'Declaration Public Function New( _
ByVal sessionDataStorageA data storage that stores images.As Vintasoft.Data.IDataStorage, _
ByVal globalResourcesDataStorageA data storage that stores global resources.As Vintasoft.Data.IDataStorage, _
ByVal serializedDocumentsDataStorageA data storage that stores serialized documents.As Vintasoft.Data.IDataStorage, _
ByVal imageTilesCacheManagerA cache manager that manages cache of image tiles.As ImageTilesCacheManager, _
ByVal thumbnailsCacheManagerA cache manager that manages cache of thumbnails.As ThumbnailsCacheManager _
)
public VintasoftImageWebService(
Vintasoft.Data.IDataStorage sessionDataStorage,
Vintasoft.Data.IDataStorage globalResourcesDataStorage,
Vintasoft.Data.IDataStorage serializedDocumentsDataStorage,
ImageTilesCacheManager imageTilesCacheManager,
ThumbnailsCacheManager thumbnailsCacheManager
)
public: VintasoftImageWebService(
Vintasoft.Data.IDataStorage sessionDataStorage,
Vintasoft.Data.IDataStorage globalResourcesDataStorage,
Vintasoft.Data.IDataStorage serializedDocumentsDataStorage,
ImageTilesCacheManager* imageTilesCacheManager,
ThumbnailsCacheManager* thumbnailsCacheManager
)
public:
VintasoftImageWebService(
Vintasoft.Data.IDataStorage sessionDataStorage,
Vintasoft.Data.IDataStorage globalResourcesDataStorage,
Vintasoft.Data.IDataStorage serializedDocumentsDataStorage,
ImageTilesCacheManager^ imageTilesCacheManager,
ThumbnailsCacheManager^ thumbnailsCacheManager
)
Parameters
- sessionDataStorage
- A data storage that stores images.
- globalResourcesDataStorage
- A data storage that stores global resources.
- serializedDocumentsDataStorage
- A data storage that stores serialized documents.
- imageTilesCacheManager
- A cache manager that manages cache of image tiles.
- thumbnailsCacheManager
- A cache manager that manages cache of thumbnails.