C# Class rhevUP.serviceOperations

Afficher le fichier Open project: dougsland/rhevUP Class Usage Examples

Méthodes publiques

Méthode Description
StartService ( string serviceName ) : void
StopService ( string serviceName, int timeoutMilliseconds ) : void

Method Details

StartService() public méthode

public StartService ( string serviceName ) : void
serviceName string
Résultat void

StopService() public méthode

public StopService ( string serviceName, int timeoutMilliseconds ) : void
serviceName string
timeoutMilliseconds int
Résultat void