C# Class Etg.Yams.YamsService

The entry point class for YAMS. This class allows one to configure and start YAMS.
Inheritance: IYamsService, IDisposable
Datei anzeigen Open project: Microsoft/Yams

Public Methods

Method Description
Dispose ( ) : void
Start ( ) : System.Threading.Tasks.Task
Stop ( ) : System.Threading.Tasks.Task
YamsService ( IDeploymentWatcher deploymentWatcher, IApplicationPool applicationPool ) : System.Threading.Tasks

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Start() public method

public Start ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

Stop() public method

public Stop ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

YamsService() public method

public YamsService ( IDeploymentWatcher deploymentWatcher, IApplicationPool applicationPool ) : System.Threading.Tasks
deploymentWatcher IDeploymentWatcher
applicationPool IApplicationPool
return System.Threading.Tasks