C# Класс CmisSync.Lib.Producer.ContentChange.ContentChanges

Content changes are collected and published to the queue.
Наследование: CmisSync.Lib.Queueing.ReportingSyncEventHandler
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ContentChanges ( ISession session, IMetaDataStorage storage, ISyncEventQueue queue, int maxNumberOfContentChanges = 100, bool isPropertyChangesSupported = false ) : System

Initializes a new instance of the ContentChanges class.

Handle ( ISyncEvent e ) : bool

Handle the specified e.

Приватные методы

Метод Описание
StartSync ( ) : bool

Tries to start sync algorithm, if connection was successful, this routine returns with true and starts syncing in background, otherwise a fallback mechanism is used

Sync ( ) : void

Описание методов

ContentChanges() публичный Метод

Initializes a new instance of the ContentChanges class.
public ContentChanges ( ISession session, IMetaDataStorage storage, ISyncEventQueue queue, int maxNumberOfContentChanges = 100, bool isPropertyChangesSupported = false ) : System
session ISession Cmis Session.
storage IMetaDataStorage Meta Data Storage.
queue ISyncEventQueue Event Queue.
maxNumberOfContentChanges int Max number of content changes.
isPropertyChangesSupported bool If set to true is property changes supported.
Результат System

Handle() публичный Метод

Handle the specified e.
public Handle ( ISyncEvent e ) : bool
e ISyncEvent The event to handle.
Результат bool