C# Class CmisSync.Lib.Filter.AbstractFileFilter

Abstract file filter. It takes an event queue make it possible to report any filtered event by requeueing an ignore Event to the queue
Inheritance: SyncEventHandler
Afficher le fichier Open project: OpenDataSpace/CmisSync

Protected Properties

Свойство Type Description
Queue ISyncEventQueue

Méthodes publiques

Méthode Description
AbstractFileFilter ( ISyncEventQueue queue ) : System

Initializes a new instance of the CmisSync.Lib.Filter.AbstractFileFilter class.

Method Details

AbstractFileFilter() public méthode

Initializes a new instance of the CmisSync.Lib.Filter.AbstractFileFilter class.
public AbstractFileFilter ( ISyncEventQueue queue ) : System
queue ISyncEventQueue /// Queue where all filtered events should be reported to. ///
Résultat System

Property Details

Queue protected_oe property

The queue where the ignores should be reported to.
protected ISyncEventQueue Queue
Résultat ISyncEventQueue