SystemUtilityStartService Method |
[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.SystemUtility.StartService(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 StartService(
string serviceName
)
Public Shared Sub StartService (
serviceName As String
)
public:
static void StartService(
String^ serviceName
)
static member StartService :
serviceName : string -> unit
Parameters
- serviceName String
[Missing <param name="serviceName"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.SystemUtility.StartService(System.String)"]
See Also