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