VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / VintasoftImageWebService Class / VintasoftImageWebService Constructors / VintasoftImageWebService Constructor(IDataStorage,IDataStorage,ImageTilesCacheManager,ThumbnailsCacheManager)
Syntax Requirements SeeAlso
In This Topic
    VintasoftImageWebService Constructor(IDataStorage,IDataStorage,ImageTilesCacheManager,ThumbnailsCacheManager)
    In This Topic
    Initializes a new instance of the VintasoftImageWebService class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal sessionDataStorage
    A data storage that stores images.
    As Vintasoft.Data.IDataStorage, _
    ByVal globalResourcesDataStorage
    A data storage that stores global resources.
    As Vintasoft.Data.IDataStorage, _
    ByVal imageTilesCacheManager
    A cache manager that manages cache of image tiles.
    As ImageTilesCacheManager, _
    ByVal thumbnailsCacheManager
    A cache manager that manages cache of thumbnails.
    As ThumbnailsCacheManager _
    )
    public VintasoftImageWebService(
    Vintasoft.Data.IDataStorage sessionDataStorage,
    Vintasoft.Data.IDataStorage globalResourcesDataStorage,
    ImageTilesCacheManager imageTilesCacheManager,
    ThumbnailsCacheManager thumbnailsCacheManager
    )
    public: VintasoftImageWebService(
    Vintasoft.Data.IDataStorage sessionDataStorage,
    Vintasoft.Data.IDataStorage globalResourcesDataStorage,
    ImageTilesCacheManager* imageTilesCacheManager,
    ThumbnailsCacheManager* thumbnailsCacheManager
    )
    public:
    VintasoftImageWebService(
    Vintasoft.Data.IDataStorage sessionDataStorage,
    Vintasoft.Data.IDataStorage globalResourcesDataStorage,
    ImageTilesCacheManager^ imageTilesCacheManager,
    ThumbnailsCacheManager^ thumbnailsCacheManager
    )

    Parameters

    sessionDataStorage
    A data storage that stores images.
    globalResourcesDataStorage
    A data storage that stores global resources.
    imageTilesCacheManager
    A cache manager that manages cache of image tiles.
    thumbnailsCacheManager
    A cache manager that manages cache of thumbnails.
    Requirements

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

    See Also