Property | Type | Description | |
---|---|---|---|
_lock | object | ||
_running | bool | ||
_thread | Thread |
Method | Description | |
---|---|---|
Main ( ) : void | ||
WindowsService ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnContinue ( ) : void | ||
OnCustomCommand ( int command ) : void | ||
OnPause ( ) : void | ||
OnPowerEvent ( PowerBroadcastStatus status ) : bool | ||
OnSessionChange ( System.ServiceProcess.SessionChangeDescription description ) : void | ||
OnShutdown ( ) : void | ||
OnStart ( string args ) : void | ||
OnStop ( ) : void | ||
Start ( ) : void |
protected OnCustomCommand ( int command ) : void | ||
command | int | |
return | void |
protected OnPowerEvent ( PowerBroadcastStatus status ) : bool | ||
status | PowerBroadcastStatus | |
return | bool |
protected OnSessionChange ( System.ServiceProcess.SessionChangeDescription description ) : void | ||
description | System.ServiceProcess.SessionChangeDescription | |
return | void |