Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Start ( |
||
Stop ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnContinue ( ) : void | ||
OnCustomCommand ( int command ) : void | ||
OnPause ( ) : void | ||
OnStart ( string args ) : void |
Set things in motion so your service can do its work.
|
|
OnStop ( ) : void |
Stop this service.
|
protected OnCustomCommand ( int command ) : void | ||
command | int | |
return | void |
public Start ( |
||
manager | ||
return | void |