C# Class Zetbox.API.ServiceControlManager

Inheritance: IServiceControlManager
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode Description
ServiceControlManager ( IEnumerable services ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
Start ( IService service ) : void
Stop ( IService service ) : void

Method Details

ServiceControlManager() public méthode

public ServiceControlManager ( IEnumerable services ) : System
services IEnumerable
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void