Legend
| Method: bool Stop()
Declarationpublic bool Stop() SummaryStops this service. Returns true if the service state has been verified as stopped, or false otherwise. Will wait up to 5 seconds for the service to stop. Does not throw any exceptions. Note: if the service is running under the service host, in "service mode", use SelfService.StopSelf() instead. |