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();
ServiceController Class | ServiceController Members | System.ServiceProcess Namespace