C# 클래스 Synoptic.Service.Demo.MyServiceDaemon

상속: IServiceDaemon
파일 보기 프로젝트 열기: bitdiff/synoptic

공개 메소드들

메소드 설명
MyServiceDaemon ( ILogger log, ManualResetEvent resetEvent ) : System
Start ( ) : void
Stop ( ) : void

메소드 상세

MyServiceDaemon() 공개 메소드

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

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void