C# 클래스 SimpleServices.ServiceContainer

상속: System.ServiceProcess.ServiceBase, IWindowsService
파일 보기 프로젝트 열기: davidwhitney/SimpleServices

공개 메소드들

메소드 설명
ServiceContainer ( IWindowsService unitOfCode ) : System
Start ( string args ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
OnStart ( string args ) : void
OnStop ( ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

OnStart() 보호된 메소드

protected OnStart ( string args ) : void
args string
리턴 void

OnStop() 보호된 메소드

protected OnStop ( ) : void
리턴 void

ServiceContainer() 공개 메소드

public ServiceContainer ( IWindowsService unitOfCode ) : System
unitOfCode IWindowsService
리턴 System

Start() 공개 메소드

public Start ( string args ) : void
args string
리턴 void