'Declaration Public Function New( _
ByVal formatterФорматировщик, который следует использовать для сериализации/десериализации аннотаций.As AnnotationJsonFormatter, _
ByVal sessionDataStorageХранилище данных, в котором хранятся изображения.As Vintasoft.Data.IDataStorage, _
ByVal globalResourcesDataStorageХранилище данных, в котором хранятся глобальные ресурсы.As Vintasoft.Data.IDataStorage, _
ByVal annotationsCacheManagerМенеджер кэша, который кэширует аннотации.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
- Форматировщик, который следует использовать для сериализации/десериализации аннотаций.
- sessionDataStorage
- Хранилище данных, в котором хранятся изображения.
- globalResourcesDataStorage
- Хранилище данных, в котором хранятся глобальные ресурсы.
- annotationsCacheManager
- Менеджер кэша, который кэширует аннотации.