C# Class CmisSync.Lib.Filter.IgnoreAlreadyHandledFsEventsFilter

Already added objects fs event filter.
Inheritance: SyncEventHandler
Afficher le fichier Open project: OpenDataSpace/CmisSync Class Usage Examples

Méthodes publiques

Méthode Description
Handle ( ISyncEvent e ) : bool

Filters FSEvents if they signalize an add and are handled already. This occurs if the syncer creates a local object on file system.

IgnoreAlreadyHandledFsEventsFilter ( IMetaDataStorage storage, IFileSystemInfoFactory fsFactory = null ) : System

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

Method Details

Handle() public méthode

Filters FSEvents if they signalize an add and are handled already. This occurs if the syncer creates a local object on file system.
public Handle ( ISyncEvent e ) : bool
e ISyncEvent Sync event
Résultat bool

IgnoreAlreadyHandledFsEventsFilter() public méthode

Initializes a new instance of the CmisSync.Lib.Filter.IgnoreAlreadyHandledFsEventsFilter class.
public IgnoreAlreadyHandledFsEventsFilter ( IMetaDataStorage storage, IFileSystemInfoFactory fsFactory = null ) : System
storage IMetaDataStorage Storage instance.
fsFactory IFileSystemInfoFactory Fs factory.
Résultat System