C# 클래스 MWS.Service.MacheteWindowsService

상속: System.ServiceProcess.ServiceBase
파일 보기 프로젝트 열기: SavageLearning/Machete 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MWSEventLog System.Diagnostics.EventLog
instances List

공개 메소드들

메소드 설명
MacheteWindowsService ( ) : System

Service process called by the Program.Main

보호된 메소드들

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

메소드 상세

Dispose() 보호된 메소드

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

MacheteWindowsService() 공개 메소드

Service process called by the Program.Main
public MacheteWindowsService ( ) : System
리턴 System

OnContinue() 보호된 메소드

protected OnContinue ( ) : void
리턴 void

OnStart() 보호된 메소드

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

OnStop() 보호된 메소드

protected OnStop ( ) : void
리턴 void

프로퍼티 상세

MWSEventLog 공개적으로 프로퍼티

public EventLog,System.Diagnostics MWSEventLog
리턴 System.Diagnostics.EventLog

instances 공개적으로 프로퍼티

public List instances
리턴 List