ServiceController::CanStop Property
.NET Framework (current version)
Gets a value indicating whether the service can be stopped after it has started.
Assembly: System.ServiceProcess (in System.ServiceProcess.dll)
| Exception | Condition |
|---|---|
| Win32Exception | An error occurred when accessing a system API. |
| InvalidOperationException | The service was not found. |
The following example demonstrates the use of the CanStop property to determine whether a service provides a handler for a stop event. This example is part of a larger example that is provided for the ServiceController class.
.NET Framework
Available since 1.1
Available since 1.1
Show: