SystemUtilityStopService Method |
[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.SystemUtility.StopService(System.String)"]
Namespace: Scanjour.Workflow4.TestFramework.InternalAssembly: Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static void StopService(
string serviceName
)
Public Shared Sub StopService (
serviceName As String
)
public:
static void StopService(
String^ serviceName
)
static member StopService :
serviceName : string -> unit
Parameters
- serviceName String
[Missing <param name="serviceName"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.SystemUtility.StopService(System.String)"]
See Also