Method | Description | |
---|---|---|
Main ( ) : void | ||
WindowsService ( ) : 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 | ||
Start ( ) : 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 |