C# Class Synoptic.Service.Demo.MyServiceDaemon

Inheritance: IServiceDaemon
Mostrar archivo Open project: bitdiff/synoptic

Public Methods

Method Description
MyServiceDaemon ( ILogger log, ManualResetEvent resetEvent ) : System
Start ( ) : void
Stop ( ) : void

Method Details

MyServiceDaemon() public method

public MyServiceDaemon ( ILogger log, ManualResetEvent resetEvent ) : System
log ILogger
resetEvent System.Threading.ManualResetEvent
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void