'Declaration Public Function New( _
ByVal sessionDataStorageData storage that stores images.As Vintasoft.Data.IDataStorage, _
ByVal globalResourcesDataStorageData storage that stores global resources.As Vintasoft.Data.IDataStorage, _
ByVal imageTilesCacheManagerA cache manager that manages cache of image tiles.As Vintasoft.Imaging.Web.Services.ImageTilesCacheManager _
)
public VintasoftImageProcessingDocCleanupWebService(
Vintasoft.Data.IDataStorage sessionDataStorage,
Vintasoft.Data.IDataStorage globalResourcesDataStorage,
Vintasoft.Imaging.Web.Services.ImageTilesCacheManager imageTilesCacheManager
)
public: VintasoftImageProcessingDocCleanupWebService(
Vintasoft.Data.IDataStorage sessionDataStorage,
Vintasoft.Data.IDataStorage globalResourcesDataStorage,
Vintasoft.Imaging.Web.Services.ImageTilesCacheManager* imageTilesCacheManager
)
public:
VintasoftImageProcessingDocCleanupWebService(
Vintasoft.Data.IDataStorage sessionDataStorage,
Vintasoft.Data.IDataStorage globalResourcesDataStorage,
Vintasoft.Imaging.Web.Services.ImageTilesCacheManager^ imageTilesCacheManager
)
Parameters
- sessionDataStorage
- Data storage that stores images.
- globalResourcesDataStorage
- Data storage that stores global resources.
- imageTilesCacheManager
- A cache manager that manages cache of image tiles.