C# Class LongoMatch.Services.ImportMonitorServices

This services monitors a directory in the filesystem looking for Dashboard Team or Project and imports them into the database.
Inheritance: IService
Datei anzeigen Open project: LongoMatch/longomatch Class Usage Examples

Public Methods

Method Description
ImportMonitorServices ( string directoryPath, IDirectoryMonitor monitor ) : System
Start ( ) : bool
Stop ( ) : bool

Private Methods

Method Description
HandleFileChangedEvent ( FileChangeType eventType, string path ) : void

Method Details

ImportMonitorServices() public method

public ImportMonitorServices ( string directoryPath, IDirectoryMonitor monitor ) : System
directoryPath string
monitor IDirectoryMonitor
return System

Start() public method

public Start ( ) : bool
return bool

Stop() public method

public Stop ( ) : bool
return bool