smsclictr.automation library
Send a stop command to a Service and wait until the Service is stopped

Namespace:  smsclictr.automation
Assembly:  smsclictr.automation(in smsclictr.automation.dll) Version: 1.1.3731.16627 (1.1.2.4)

Syntax

C#
public 
ArrayList 
StopService(
	
string 
ServiceName
)

Parameters

ServiceName
Type: System . . :: . String

Return Value

Returns an ArrayList of Services which has stopped because of service dependencies

See Also