ServiceController::Continue Method ()
Continues a service after it has been paused.
Assembly: System.ServiceProcess (in System.ServiceProcess.dll)
| Exception | Condition |
|---|---|
| Win32Exception | An error occurred when accessing a system API. |
| InvalidOperationException | The service was not found. |
When you call Continue for a service, its status is first changed to ContinuePending and then, when the Continue method returns, it is changed to Running.
You cannot call Continue for the service until the service controller status is Paused.
The following example demonstrates the use of the Continue method to continue a paused service. This example is part of a larger example that is provided for the ServiceController class.
for controlling services on the computer. Associated enumeration: ServiceControllerPermissionAccess::Control
for unrestricted access to service information. Associated enumeration: PermissionState::Unrestricted
Available since 1.1