C# 클래스 Topshelf.Runtime.Windows.HostServiceInstaller

상속: IDisposable
파일 보기 프로젝트 열기: phatboyg/Topshelf 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
HostServiceInstaller ( HostSettings settings ) : System
HostServiceInstaller ( InstallHostSettings settings ) : System
InstallService ( Action beforeInstall, Action afterInstall, Action beforeRollback, Action afterRollback ) : void
UninstallService ( Action beforeUninstall, Action afterUninstall ) : void

비공개 메소드들

메소드 설명
ConfigureServiceInstaller ( HostSettings settings, string dependencies, HostStartMode startMode ) : System.ServiceProcess.ServiceInstaller
ConfigureServiceProcessInstaller ( ServiceAccount account, string username, string password ) : System.ServiceProcess.ServiceProcessInstaller
CreateHostInstaller ( HostSettings settings, System.Configuration.Install.Installer installers ) : System.Configuration.Install.Installer
CreateInstaller ( HostSettings settings ) : System.Configuration.Install.Installer
CreateInstaller ( InstallHostSettings settings ) : System.Configuration.Install.Installer
CreateTransactedInstaller ( System.Configuration.Install.Installer installer ) : System.Configuration.Install.TransactedInstaller
SetStartMode ( System.ServiceProcess.ServiceInstaller installer, HostStartMode startMode ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

HostServiceInstaller() 공개 메소드

public HostServiceInstaller ( HostSettings settings ) : System
settings HostSettings
리턴 System

HostServiceInstaller() 공개 메소드

public HostServiceInstaller ( InstallHostSettings settings ) : System
settings InstallHostSettings
리턴 System

InstallService() 공개 메소드

public InstallService ( Action beforeInstall, Action afterInstall, Action beforeRollback, Action afterRollback ) : void
beforeInstall Action
afterInstall Action
beforeRollback Action
afterRollback Action
리턴 void

UninstallService() 공개 메소드

public UninstallService ( Action beforeUninstall, Action afterUninstall ) : void
beforeUninstall Action
afterUninstall Action
리턴 void