Method | Description | |
---|---|---|
Install ( ) : void | ||
IsInstalled ( ) : bool | ||
Uninstall ( ) : void | ||
WindowsService ( IServiceDaemon daemon, IWindowsServiceConfiguration configuration ) : System | ||
WindowsService ( string serviceName, IServiceDaemon daemon ) : System | ||
WindowsService ( string serviceName, IServiceDaemon daemon, Action |
Method | Description | |
---|---|---|
OnShutdown ( ) : void | ||
OnStart ( string args ) : void | ||
OnStop ( ) : void |
Method | Description | |
---|---|---|
ModifyImagePath ( object sender, System.Configuration.Install.InstallEventArgs e ) : void | ||
OnEvent ( EventHandler |
||
OnEvent ( EventHandler |
||
SetConfiguration ( string serviceName, Action |
||
SetInstallers ( System.Configuration.Install.Installer installer ) : void |
public WindowsService ( IServiceDaemon daemon, IWindowsServiceConfiguration configuration ) : System | ||
daemon | IServiceDaemon | |
configuration | IWindowsServiceConfiguration | |
return | System |
public WindowsService ( string serviceName, IServiceDaemon daemon ) : System | ||
serviceName | string | |
daemon | IServiceDaemon | |
return | System |
public WindowsService ( string serviceName, IServiceDaemon daemon, Action |
||
serviceName | string | |
daemon | IServiceDaemon | |
configure | Action |
|
return | System |