Method | Description | |
---|---|---|
Continue ( ) : void | ||
Dispose ( ) : void | ||
GetDevices ( ) : System.ServiceProcess.ServiceController[] | ||
GetDevices ( string machineName ) : System.ServiceProcess.ServiceController[] | ||
GetServices ( ) : System.ServiceProcess.ServiceController[] | ||
GetServices ( string machineName ) : System.ServiceProcess.ServiceController[] | ||
Pause ( ) : void | ||
Refresh ( ) : void | ||
ServiceController ( string name ) | ||
ServiceController ( string name, string machineName ) | ||
Start ( ) : void | ||
Start ( string args ) : void | ||
Stop ( ) : void | ||
WaitForStatus ( System desiredStatus ) : void | ||
WaitForStatus ( System desiredStatus, System timeout ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public static GetDevices ( ) : System.ServiceProcess.ServiceController[] | ||
return | System.ServiceProcess.ServiceController[] |
public static GetDevices ( string machineName ) : System.ServiceProcess.ServiceController[] | ||
machineName | string | |
return | System.ServiceProcess.ServiceController[] |
public static GetServices ( ) : System.ServiceProcess.ServiceController[] | ||
return | System.ServiceProcess.ServiceController[] |
public static GetServices ( string machineName ) : System.ServiceProcess.ServiceController[] | ||
machineName | string | |
return | System.ServiceProcess.ServiceController[] |
public ServiceController ( string name, string machineName ) | ||
name | string | |
machineName | string |
public WaitForStatus ( System desiredStatus ) : void | ||
desiredStatus | System | |
return | void |
public WaitForStatus ( System desiredStatus, System timeout ) : void | ||
desiredStatus | System | |
timeout | System | |
return | void |