C# 클래스 OSAE.Service.OSAEService.OSAEService

상속: ServiceBase
파일 보기 프로젝트 열기: opensourceautomation/Open-Source-Automation

공개 메소드들

메소드 설명
OSAEService ( ) : System

Public Constructor for WindowsService. - Put all of your Initialization code here.

보호된 메소드들

메소드 설명
OnShutdown ( ) : void

The service control manager has requested us to shitdown

OnStart ( string args ) : void

The service control manager has requested us to start

OnStop ( ) : void

The service control manager has requested us to stop

비공개 메소드들

메소드 설명
Main ( string args ) : void

The Main Thread: This is where your Service is Run.

UnhandledExceptions ( object sender, UnhandledExceptionEventArgs args ) : void
checkLogEvent ( Object source, System.Timers.ElapsedEventArgs e ) : void

메소드 상세

OSAEService() 공개 메소드

Public Constructor for WindowsService. - Put all of your Initialization code here.
public OSAEService ( ) : System
리턴 System

OnShutdown() 보호된 메소드

The service control manager has requested us to shitdown
protected OnShutdown ( ) : void
리턴 void

OnStart() 보호된 메소드

The service control manager has requested us to start
protected OnStart ( string args ) : void
args string
리턴 void

OnStop() 보호된 메소드

The service control manager has requested us to stop
protected OnStop ( ) : void
리턴 void