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

Filters already handled content change events.
상속: SyncEventHandler
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync 1 사용 예제들

공개 메소드들

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