C# Class 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 . ///
Inheritance: CmisSync.Lib.Queueing.ReportingSyncEventHandler
Exibir arquivo Open project: OpenDataSpace/CmisSync Class Usage Examples

Public Methods

Method Description
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.

Method Details

ContentChangeEventAccumulator() public method

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. ///
return System

Handle() public method

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