C# Class Tests.Services.DummyMonitor

Inheritance: IDirectoryMonitor
Mostra file Open project: LongoMatch/longomatch Class Usage Examples

Public Methods

Method Description
AddFile ( string path ) : void
Start ( ) : void
Stop ( ) : void

Method Details

AddFile() public method

public AddFile ( string path ) : void
path string
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void