C# Class Aqueduct.Common.FileChangeNotifier

Inheritance: IDisposable
Show file Open project: aqueduct/Aqueduct.SitecoreLib Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
FileChangeNotifier ( string file ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
ConfigFileWatcher_OnChanged ( object source, FileSystemEventArgs e ) : void
OnChanged ( ) : void
TimerCallback ( object state ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FileChangeNotifier() public method

public FileChangeNotifier ( string file ) : System
file string
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void