C# 클래스 Dev2.WindowsServiceManager

상속: System.Configuration.Install.Installer
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
Commit ( IDictionary savedState ) : void
Install ( ) : bool
Install ( IDictionary stateSaver ) : void
StartService ( System.Configuration.Install.InstallContext context ) : bool
StopService ( System.Configuration.Install.InstallContext context ) : bool
Uninstall ( ) : bool
Uninstall ( IDictionary savedState ) : void
WindowsServiceManager ( ) : System

비공개 메소드들

메소드 설명
LogMessage ( string message, System.Configuration.Install.InstallContext context ) : void
SetRecoveryOptions ( ) : void
WriteExceptions ( Exception e, System.Configuration.Install.InstallContext context ) : void

메소드 상세

Commit() 공개 메소드

public Commit ( IDictionary savedState ) : void
savedState IDictionary
리턴 void

Install() 공개 정적인 메소드

public static Install ( ) : bool
리턴 bool

Install() 공개 메소드

public Install ( IDictionary stateSaver ) : void
stateSaver IDictionary
리턴 void

StartService() 공개 정적인 메소드

public static StartService ( System.Configuration.Install.InstallContext context ) : bool
context System.Configuration.Install.InstallContext
리턴 bool

StopService() 공개 정적인 메소드

public static StopService ( System.Configuration.Install.InstallContext context ) : bool
context System.Configuration.Install.InstallContext
리턴 bool

Uninstall() 공개 정적인 메소드

public static Uninstall ( ) : bool
리턴 bool

Uninstall() 공개 메소드

public Uninstall ( IDictionary savedState ) : void
savedState IDictionary
리턴 void

WindowsServiceManager() 공개 메소드

public WindowsServiceManager ( ) : System
리턴 System