ServiceController::CanPauseAndContinue Property
.NET Framework (current version)
Gets a value indicating whether the service can be paused and resumed.
Assembly: System.ServiceProcess (in System.ServiceProcess.dll)
public: [ServiceProcessDescriptionAttribute("SPCanPauseAndContinue")] property bool CanPauseAndContinue { bool get(); }
| 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 CanPauseAndContinue property to determine whether a service can pause and continue. 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: