C# 클래스 withSIX.Updater.Presentation.Wpf.SixElevatedService

상속: System.ServiceProcess.ServiceBase, IUpdaterWCF, IConsoleLauncher
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
LaunchGame ( ) : int
PerformOperation ( ) : int
Run ( ) : int
SixElevatedService ( IEnumerable commands ) : System

보호된 메소드들

메소드 설명
OnShutdown ( ) : void
OnStart ( ) : void
OnStop ( ) : void

비공개 메소드들

메소드 설명
RunCommands ( string args ) : int
RunCommandsAndLog ( string args ) : int
WorkerThreadMain ( ) : void

메소드 상세

LaunchGame() 공개 메소드

public LaunchGame ( ) : int
리턴 int

OnShutdown() 보호된 메소드

protected OnShutdown ( ) : void
리턴 void

OnStart() 보호된 메소드

protected OnStart ( ) : void
리턴 void

OnStop() 보호된 메소드

protected OnStop ( ) : void
리턴 void

PerformOperation() 공개 메소드

public PerformOperation ( ) : int
리턴 int

Run() 공개 메소드

public Run ( ) : int
리턴 int

SixElevatedService() 공개 메소드

public SixElevatedService ( IEnumerable commands ) : System
commands IEnumerable
리턴 System