C# Class StoryTeller.Files.FileChangeWatcher

Inheritance: IDisposable
Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

Свойство Type Description
ChangeBuffer int

Méthodes publiques

Méthode Description
Dispose ( ) : void
FileChangeWatcher ( string root, FileSet fileSet, IChangeSetHandler handler ) : System
Latch ( System.Action action ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
execute ( object state ) : void
findFiles ( ) : IFileReference[]
processChanges ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FileChangeWatcher() public méthode

public FileChangeWatcher ( string root, FileSet fileSet, IChangeSetHandler handler ) : System
root string
fileSet Baseline.FileSet
handler IChangeSetHandler
Résultat System

Latch() public méthode

public Latch ( System.Action action ) : void
action System.Action
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

ChangeBuffer public_oe property

Time in milliseconds that the polling watcher should wait for additional changes
public int ChangeBuffer
Résultat int