C# Class Aqueduct.Common.FileChangeNotifier

Inheritance: IDisposable
Afficher le fichier Open project: aqueduct/Aqueduct.SitecoreLib Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
FileChangeNotifier ( string file ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
ConfigFileWatcher_OnChanged ( object source, FileSystemEventArgs e ) : void
OnChanged ( ) : void
TimerCallback ( object state ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FileChangeNotifier() public méthode

public FileChangeNotifier ( string file ) : System
file string
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void