C# Class CmisSync.Lib.Filter.IgnoreAlreadyHandledContentChangeEventsFilter

Filters already handled content change events.
Inheritance: SyncEventHandler
Show file Open project: OpenDataSpace/CmisSync Class Usage Examples

Public Methods

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

Method Details

Handle() public method

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
return bool

IgnoreAlreadyHandledContentChangeEventsFilter() public method

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