C# Class Synoptic.Service.Demo.MyServiceDaemon

Inheritance: IServiceDaemon
Afficher le fichier Open project: bitdiff/synoptic

Méthodes publiques

Méthode Description
MyServiceDaemon ( ILogger log, ManualResetEvent resetEvent ) : System
Start ( ) : void
Stop ( ) : void

Method Details

MyServiceDaemon() public méthode

public MyServiceDaemon ( ILogger log, ManualResetEvent resetEvent ) : System
log ILogger
resetEvent System.Threading.ManualResetEvent
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void