C# Class Zetbox.API.ServiceControlManager

Inheritance: IServiceControlManager
显示文件 Open project: daszat/zetbox

Public Methods

Method Description
ServiceControlManager ( IEnumerable services ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
Start ( IService service ) : void
Stop ( IService service ) : void

Method Details

ServiceControlManager() public method

public ServiceControlManager ( IEnumerable services ) : System
services IEnumerable
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void