NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ServiceController.Stop

Stops the service. If any other services depend on this one for operation, they will be stopped first. The DependentServices property lists this set of services.

[Visual Basic]
Overridable Public Sub Stop()
[C#]
public virtual void Stop();
[C++]
public: virtual void Stop();
[JScript]
public function Stop();

See Also

ServiceController Class | ServiceController Members | System.ServiceProcess Namespace