Click or drag to resize

ServiceControllerStopService Method

Stops 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 StopService(
	string serviceName
)

Parameters

serviceName
Type: SystemString
Name of the service.

Return Value

Type: EnumsServiceStateChangeStatus
See Also