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

Already added objects fs event filter.
Наследование: SyncEventHandler
Показать файл Открыть проект Примеры использования класса

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

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

Filters FSEvents if they signalize an add and are handled already. This occurs if the syncer creates a local object on file system.

IgnoreAlreadyHandledFsEventsFilter ( IMetaDataStorage storage, IFileSystemInfoFactory fsFactory = null ) : System

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

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

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

Filters FSEvents if they signalize an add and are handled already. This occurs if the syncer creates a local object on file system.
public Handle ( ISyncEvent e ) : bool
e ISyncEvent Sync event
Результат bool

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

Initializes a new instance of the CmisSync.Lib.Filter.IgnoreAlreadyHandledFsEventsFilter class.
public IgnoreAlreadyHandledFsEventsFilter ( IMetaDataStorage storage, IFileSystemInfoFactory fsFactory = null ) : System
storage IMetaDataStorage Storage instance.
fsFactory IFileSystemInfoFactory Fs factory.
Результат System