VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / ThumbnailsCacheManager Class / CreateSessionDataStorage(String) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    CreateSessionDataStorage(String) Method (ThumbnailsCacheManager)
    In This Topic
    Creates a data storage for current cache manager.
    Syntax
    'Declaration
    
    Protected Overrides Function CreateSessionDataStorage( _
    ByVal path
    An absolute path to the directory, where storage must store files.
    As String _
    ) As Vintasoft.Data.IDataStorage
    protected override Vintasoft.Data.IDataStorage CreateSessionDataStorage(
    string path
    )
    protected: Vintasoft.Data.IDataStorage CreateSessionDataStorage(
    string* path
    ); override
    protected:
    Vintasoft.Data.IDataStorage CreateSessionDataStorage(
    string^ path
    ); override

    Parameters

    path
    An absolute path to the directory, where storage must store files.

    Return Value

    The data storage.
    Remarks

    By default method creates the Vintasoft.Data.StreamDataStorage.
    Important: The overridden method must return data storage that can contain System.IO.Stream objects.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also