C# Class CmisSync.Lib.Filter.IgnoreAlreadyHandledContentChangeEventsFilter

Filters already handled content change events.
Inheritance: SyncEventHandler
Afficher le fichier Open project: OpenDataSpace/CmisSync Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat bool

IgnoreAlreadyHandledContentChangeEventsFilter() public méthode

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.
Résultat System