ServiceBase::RequestAdditionalTime Method (Int32)
.NET Framework (current version)
Requests additional time for a pending operation.
Assembly: System.ServiceProcess (in System.ServiceProcess.dll)
Parameters
- milliseconds
-
Type:
System::Int32
The requested time in milliseconds.
| Exception | Condition |
|---|---|
| InvalidOperationException | The service is not in a pending state. |
The RequestAdditionalTime method is intended to be called by the overridden OnContinue, OnPause, OnStart, or OnStop methods to request additional time for a pending operation, to prevent the Service Control Manager (SCM) from marking the service as not responding. If the pending operation is not a continue, pause, start, or stop, an InvalidOperationException is thrown.
.NET Framework
Available since 2.0
Available since 2.0
Show: