Waits for the service to reach the specified status or for the specified time-out to expire.
Namespace:
System.ServiceProcess
Assembly:
System.ServiceProcess (in System.ServiceProcess.dll)
Visual Basic (Declaration)
Public Sub WaitForStatus ( _
desiredStatus As ServiceControllerStatus, _
timeout As TimeSpan _
)
Dim instance As ServiceController
Dim desiredStatus As ServiceControllerStatus
Dim timeout As TimeSpan
instance.WaitForStatus(desiredStatus, _
timeout)
public void WaitForStatus(
ServiceControllerStatus desiredStatus,
TimeSpan timeout
)
public:
void WaitForStatus(
ServiceControllerStatus desiredStatus,
TimeSpan timeout
)
public function WaitForStatus(
desiredStatus : ServiceControllerStatus,
timeout : TimeSpan
)
Use WaitForStatus to suspend an application's processing until the service has reached the required status.
Note: |
|---|
The WaitForStatus method waits approximately 250 milliseconds between each status check. WaitForStatus cannot detect the case of the observed service changing to the desiredStatus and then immediately to another status in that interval. |
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
.NET Framework
Supported in: 3.5, 3.0, 2.0, 1.1, 1.0
Reference