VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup.AspNetCore.ApiControllers Namespace / VintasoftImageProcessingDocCleanupApiController Class / CreateThumbnailsCacheManager(String) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    CreateThumbnailsCacheManager(String) Method (VintasoftImageProcessingDocCleanupApiController)
    In This Topic
    Creates a cache manager that manages cache of thumbnails.
    Syntax
    'Declaration
    
    Protected Overridable Function CreateThumbnailsCacheManager( _
    ByVal sessionId
    The session identifier.
    As String _
    ) As Vintasoft.Imaging.Web.Services.ThumbnailsCacheManager
    protected virtual Vintasoft.Imaging.Web.Services.ThumbnailsCacheManager CreateThumbnailsCacheManager(
    string sessionId
    )
    protected: virtual Vintasoft.Imaging.Web.Services.ThumbnailsCacheManager* CreateThumbnailsCacheManager(
    string* sessionId
    )
    protected:
    virtual Vintasoft.Imaging.Web.Services.ThumbnailsCacheManager^ CreateThumbnailsCacheManager(
    string^ sessionId
    )

    Parameters

    sessionId
    The session identifier.

    Return Value

    A cache manager that manages cache of thumbnails.
    Exceptions
    ExceptionDescription
    Thrown if IsEmptySessionSupported = true and sessionId is null.
    Thrown if the physical path to the root of the application is not defined, i.e. service is used in not ASP.NET application.
    Requirements

    Target Platforms: .NET 8; .NET 7, .NET 6

    See Also