C# Class Codestellation.Ether.Misc.FolderChangedTrigger

Inheritance: ITrigger, IDisposable
Datei anzeigen Open project: Codestellation/Ether Class Usage Examples

Public Methods

Method Description
Attach ( ITriggerHander handler ) : void
Dispose ( ) : void
FolderChangedTrigger ( string folderPath, string filter ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
OnFolderChanged ( object sender, FileSystemEventArgs e ) : void

Method Details

Attach() public method

public Attach ( ITriggerHander handler ) : void
handler ITriggerHander
return void

Dispose() public method

public Dispose ( ) : void
return void

FolderChangedTrigger() public method

public FolderChangedTrigger ( string folderPath, string filter ) : System
folderPath string
filter string
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void