'Declaration Public Function New( _
ByVal formatterThe formatter that should be used for serializing/deserializing of annotations.As AnnotationJsonFormatter, _
ByVal sessionDataStorageA data storage that stores images.As Vintasoft.Data.IDataStorage, _
ByVal imageTilesCacheManagerA cache manager that caches image tiles.As Vintasoft.Imaging.Web.Services.ImageTilesCacheManager, _
ByVal thumbnailsCacheManagerA cache manager that caches thumbnails.As Vintasoft.Imaging.Web.Services.ThumbnailsCacheManager, _
ByVal annotationsCacheManagerA cache manger that caches annotations.As AnnotationsCacheManager _
)
public VintasoftAnnotationCollectionWebService(
AnnotationJsonFormatter formatter,
Vintasoft.Data.IDataStorage sessionDataStorage,
Vintasoft.Imaging.Web.Services.ImageTilesCacheManager imageTilesCacheManager,
Vintasoft.Imaging.Web.Services.ThumbnailsCacheManager thumbnailsCacheManager,
AnnotationsCacheManager annotationsCacheManager
)
public: VintasoftAnnotationCollectionWebService(
AnnotationJsonFormatter* formatter,
Vintasoft.Data.IDataStorage sessionDataStorage,
Vintasoft.Imaging.Web.Services.ImageTilesCacheManager* imageTilesCacheManager,
Vintasoft.Imaging.Web.Services.ThumbnailsCacheManager* thumbnailsCacheManager,
AnnotationsCacheManager* annotationsCacheManager
)
public:
VintasoftAnnotationCollectionWebService(
AnnotationJsonFormatter^ formatter,
Vintasoft.Data.IDataStorage sessionDataStorage,
Vintasoft.Imaging.Web.Services.ImageTilesCacheManager^ imageTilesCacheManager,
Vintasoft.Imaging.Web.Services.ThumbnailsCacheManager^ thumbnailsCacheManager,
AnnotationsCacheManager^ annotationsCacheManager
)
Parameters
- formatter
- The formatter that should be used for serializing/deserializing of annotations.
- sessionDataStorage
- A data storage that stores images.
- imageTilesCacheManager
- A cache manager that caches image tiles.
- thumbnailsCacheManager
- A cache manager that caches thumbnails.
- annotationsCacheManager
- A cache manger that caches annotations.