Click or drag to resize

ServiceControllerStartService 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 EnumsServiceStateChangeStatus StartService(
	string serviceName
)

Parameters

serviceName
Type: SystemString
Name of the service.

Return Value

Type: EnumsServiceStateChangeStatus
See Also