C# 클래스 Topshelf.StartParameters.SpHostServiceInstaller

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

공개 메소드들

메소드 설명
Dispose ( ) : void
InstallService ( Action beforeInstall, Action afterInstall, Action beforeRollback, Action afterRollback ) : void
SpHostServiceInstaller ( HostSettings settings, HostConfigurator configurator ) : System
SpHostServiceInstaller ( InstallHostSettings settings, HostConfigurator configurator ) : System
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

InstallService() 공개 메소드

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

SpHostServiceInstaller() 공개 메소드

public SpHostServiceInstaller ( HostSettings settings, HostConfigurator configurator ) : System
settings HostSettings
configurator HostConfigurator
리턴 System

SpHostServiceInstaller() 공개 메소드

public SpHostServiceInstaller ( InstallHostSettings settings, HostConfigurator configurator ) : System
settings InstallHostSettings
configurator HostConfigurator
리턴 System

UninstallService() 공개 메소드

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