Method | Description | |
---|---|---|
Run ( ) : TopshelfExitCode | ||
WindowsServiceHost ( HostEnvironment environment, HostSettings settings, ServiceHandle serviceHandle, HostConfigurator configurator ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnContinue ( ) : void | ||
OnCustomCommand ( int command ) : void | ||
OnPause ( ) : void | ||
OnPowerEvent ( PowerBroadcastStatus powerStatus ) : bool | ||
OnSessionChange ( System.ServiceProcess.SessionChangeDescription changeDescription ) : void | ||
OnShutdown ( ) : void | ||
OnStart ( string args ) : void | ||
OnStop ( ) : void |
Method | Description | |
---|---|---|
CatchUnhandledException ( object sender, |
||
HostControl ( ) : void | ||
HostControl ( System.TimeSpan timeRemaining ) : void |
protected OnCustomCommand ( int command ) : void | ||
command | int | |
return | void |
protected OnPowerEvent ( PowerBroadcastStatus powerStatus ) : bool | ||
powerStatus | PowerBroadcastStatus | |
return | bool |
protected OnSessionChange ( System.ServiceProcess.SessionChangeDescription changeDescription ) : void | ||
changeDescription | System.ServiceProcess.SessionChangeDescription | |
return | void |
public WindowsServiceHost ( HostEnvironment environment, HostSettings settings, ServiceHandle serviceHandle, HostConfigurator configurator ) : System | ||
environment | HostEnvironment | |
settings | HostSettings | |
serviceHandle | ServiceHandle | |
configurator | HostConfigurator | |
return | System |