ServiceController::Pause Method ()
.NET Framework (current version)
Suspends a service's operation.
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 Pause method to pause a service. This example is part of a larger example that is provided for the ServiceController class.
ServiceControllerPermissionSecurityPermission
for controlling services on the computer. Associated enumeration: ServiceControllerPermissionAccess::Control
for unrestricted access to service information. Associated enumeration: PermissionState::Unrestricted
.NET Framework
Available since 1.1
Available since 1.1
Show: