C# 클래스 CmisSync.Lib.Producer.ContentChange.ContentChangeEventAccumulator

Content change event accumulator, fetches Cmis Object for CS Event
/// Is thrown when an argument passed to a method is invalid because it is . ///
상속: CmisSync.Lib.Queueing.ReportingSyncEventHandler
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync 1 사용 예제들

공개 메소드들

메소드 설명
ContentChangeEventAccumulator ( ISession session, ISyncEventQueue queue ) : System

Initializes a new instance of the CmisSync.Lib.Sync.Strategy.ContentChangeEventAccumulator class.

Handle ( ISyncEvent e ) : bool

Handle the specified e.

메소드 상세

ContentChangeEventAccumulator() 공개 메소드

Initializes a new instance of the CmisSync.Lib.Sync.Strategy.ContentChangeEventAccumulator class.
/// Is thrown when an argument passed to a method is invalid because it is . ///
public ContentChangeEventAccumulator ( ISession session, ISyncEventQueue queue ) : System
session ISession /// Cmis Session. ///
queue ISyncEventQueue /// The ISyncEventQueue. ///
리턴 System

Handle() 공개 메소드

Handle the specified e.
public Handle ( ISyncEvent e ) : bool
e ISyncEvent /// The ISyncEvent. ///
리턴 bool