C# Класс CmisSync.Lib.Filter.IgnoreAlreadyHandledContentChangeEventsFilter

Filters already handled content change events.
Наследование: SyncEventHandler
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Handle ( ISyncEvent e ) : bool

Checks is the given Event is a content change event and filters it, if it has been handled already.

IgnoreAlreadyHandledContentChangeEventsFilter ( IMetaDataStorage storage, ISession session ) : System

Initializes a new instance of the CmisSync.Lib.Filter.IgnoreAlreadyHandledContentChangeEventsFilter class.

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

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

Checks is the given Event is a content change event and filters it, if it has been handled already.
public Handle ( ISyncEvent e ) : bool
e ISyncEvent Sync event
Результат bool

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

Initializes a new instance of the CmisSync.Lib.Filter.IgnoreAlreadyHandledContentChangeEventsFilter class.
public IgnoreAlreadyHandledContentChangeEventsFilter ( IMetaDataStorage storage, ISession session ) : System
storage IMetaDataStorage Storage instance.
session ISession Session instance.
Результат System