C# 클래스 Etg.Yams.YamsService

The entry point class for YAMS. This class allows one to configure and start YAMS.
상속: IYamsService, IDisposable
파일 보기 프로젝트 열기: Microsoft/Yams

공개 메소드들

메소드 설명
Dispose ( ) : void
Start ( ) : System.Threading.Tasks.Task
Stop ( ) : System.Threading.Tasks.Task
YamsService ( IDeploymentWatcher deploymentWatcher, IApplicationPool applicationPool ) : System.Threading.Tasks

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

Stop() 공개 메소드

public Stop ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

YamsService() 공개 메소드

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