ServiceControllerIsServiceRunning Method |
Starts the service.
Namespace:
Xcalibur.Controllers
Assembly:
Xcalibur.Controllers (in Xcalibur.Controllers.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax public static bool IsServiceRunning(
string serviceName
)
Public Shared Function IsServiceRunning (
serviceName As String
) As Boolean
public:
static bool IsServiceRunning(
String^ serviceName
)
static member IsServiceRunning :
serviceName : string -> bool
Parameters
- serviceName
- Type: SystemString
Name of the service.
Return Value
Type:
BooleanSee Also