WaitForStatus(ServiceControllerStatus) Method

Summary

Waits for the service to reach the specified status.

Syntax
C#
VB
C++
public void WaitForStatus( 
   ServiceControllerStatus desiredStatus 
) 
  
Public Overloads Sub WaitForStatus( _ 
   ByVal desiredStatus As ServiceControllerStatus _ 
)  
public: 
void WaitForStatus(  
   ServiceControllerStatus desiredStatus 
)  

Parameters

desiredStatus
The status to wait for.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Server.Admin Assembly