ServiceBase::Stop Method ()
.NET Framework (current version)
Stops the executing service.
Assembly: System.ServiceProcess (in System.ServiceProcess.dll)
The Stop method sets the service state to indicate a stop is pending and calls the OnStop method. After the application is stopped, the service state is set to stopped. If the application is a hosted service, the application domain is unloaded.
.NET Framework
Available since 2.0
Available since 2.0
Show: