Méthode | Description | |
---|---|---|
Dispose ( ) : void | ||
Start ( |
||
Stop ( ) : void |
Méthode | 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 Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
protected OnCustomCommand ( int command ) : void | ||
command | int | |
Résultat | void |
public Start ( |
||
manager | ||
Résultat | void |