ServiceOperationStartService Method |
Starts a service
Namespace:
Xcalibur.WMI.Services
Assembly:
Xcalibur.WMI (in Xcalibur.WMI.dll) Version: 3.0.0.0 (3.0.1.0)
Syntax public static void StartService(
ManagementScope managementScope,
string serviceName
)
Public Shared Sub StartService (
managementScope As ManagementScope,
serviceName As String
)
public:
static void StartService(
ManagementScope^ managementScope,
String^ serviceName
)
static member StartService :
managementScope : ManagementScope *
serviceName : string -> unit
Parameters
- managementScope
- Type: System.ManagementManagementScope
The management scope. - serviceName
- Type: SystemString
Name of the service.
See Also