C# 클래스 CmisSync.Lib.Filter.IgnoreAlreadyHandledFsEventsFilter

Already added objects fs event filter.
상속: SyncEventHandler
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync 1 사용 예제들

공개 메소드들

메소드 설명
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