C# 클래스 Drey.Configuration.ServiceModel.ReportHealthService

Reports health statistics to the server, for display and diagnostic usage.
상속: IReportPeriodically, IDisposable
파일 보기 프로젝트 열기: dealproc/Drey

공개 메소드들

메소드 설명
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

ReportHealthService ( INutConfiguration configurationManager ) : Drey.Configuration.Infrastructure
Start ( IHubConnectionManager hubConnectionManager, IHubProxy runtimeHubProxy ) : System.Threading.Tasks.Task

Starts the Health Service.

Stop ( ) : System.Threading.Tasks.Task

Stops the Health Service.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources.

비공개 메소드들

메소드 설명
DiscoverDotNetFrameworks ( ) : void
Report ( ) : void

Reports to the broker the current health information of this client.

메소드 상세

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Releases unmanaged and - optionally - managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
리턴 void

ReportHealthService() 공개 메소드

public ReportHealthService ( INutConfiguration configurationManager ) : Drey.Configuration.Infrastructure
configurationManager INutConfiguration
리턴 Drey.Configuration.Infrastructure

Start() 공개 메소드

Starts the Health Service.
public Start ( IHubConnectionManager hubConnectionManager, IHubProxy runtimeHubProxy ) : System.Threading.Tasks.Task
hubConnectionManager IHubConnectionManager The hub connection manager.
runtimeHubProxy IHubProxy The runtime hub proxy.
리턴 System.Threading.Tasks.Task

Stop() 공개 메소드

Stops the Health Service.
public Stop ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task