'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 globalResourcesDataStorageA data storage that stores global resources.As Vintasoft.Data.IDataStorage, _
ByVal annotationsCacheManagerA cache manger that caches annotations.As AnnotationsCacheManager _
)
public VintasoftAnnotationCollectionWebService(
AnnotationJsonFormatter formatter,
Vintasoft.Data.IDataStorage sessionDataStorage,
Vintasoft.Data.IDataStorage globalResourcesDataStorage,
AnnotationsCacheManager annotationsCacheManager
)
public: VintasoftAnnotationCollectionWebService(
AnnotationJsonFormatter* formatter,
Vintasoft.Data.IDataStorage sessionDataStorage,
Vintasoft.Data.IDataStorage globalResourcesDataStorage,
AnnotationsCacheManager* annotationsCacheManager
)
public:
VintasoftAnnotationCollectionWebService(
AnnotationJsonFormatter^ formatter,
Vintasoft.Data.IDataStorage sessionDataStorage,
Vintasoft.Data.IDataStorage globalResourcesDataStorage,
AnnotationsCacheManager^ annotationsCacheManager
)
Parameters
- formatter
- The formatter that should be used for serializing/deserializing of annotations.
- sessionDataStorage
- A data storage that stores images.
- globalResourcesDataStorage
- A data storage that stores global resources.
- annotationsCacheManager
- A cache manger that caches annotations.