Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool Stop()

Declaration

public bool Stop()

Summary

Stops 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.