'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 thumbnailsCacheManagerA cache manager that manages cache of thumbnails.As Vintasoft.Imaging.Web.Services.ThumbnailsCacheManager _
)
public VintasoftImageProcessingDocCleanupWebService(
Vintasoft.Data.IDataStorage sessionDataStorage,
Vintasoft.Data.IDataStorage globalResourcesDataStorage,
Vintasoft.Imaging.Web.Services.ThumbnailsCacheManager thumbnailsCacheManager
)
public: VintasoftImageProcessingDocCleanupWebService(
Vintasoft.Data.IDataStorage sessionDataStorage,
Vintasoft.Data.IDataStorage globalResourcesDataStorage,
Vintasoft.Imaging.Web.Services.ThumbnailsCacheManager* thumbnailsCacheManager
)
public:
VintasoftImageProcessingDocCleanupWebService(
Vintasoft.Data.IDataStorage sessionDataStorage,
Vintasoft.Data.IDataStorage globalResourcesDataStorage,
Vintasoft.Imaging.Web.Services.ThumbnailsCacheManager^ thumbnailsCacheManager
)
Parameters
- sessionDataStorage
- Data storage that stores images.
- globalResourcesDataStorage
- Data storage that stores global resources.
- thumbnailsCacheManager
- A cache manager that manages cache of thumbnails.