C# 클래스 HealthMonitoring.Integration.PushClient.Monitoring.EndpointHealthNotifier

상속: IEndpointHealthNotifier
파일 보기 프로젝트 열기: wongatech/HealthMonitoring

공개 메소드들

메소드 설명
Dispose ( ) : void
EndpointHealthNotifier ( IHealthMonitorClient client, ITimeCoordinator timeCoordinator, EndpointDefinition definition, IHealthChecker healthChecker ) : System

비공개 메소드들

메소드 설명
EnsureSendHealthUpdateAsync ( HealthUpdate update ) : Task
GetHealthCheckIntervalAsync ( ) : Task
HealthLoop ( ) : void
HealthLoopAsync ( ) : Task
PerformHealthCheckAsync ( ) : Task
RegisterEndpointAsync ( ) : Task
SafeDelay ( System.TimeSpan delay ) : Task
SendHealthUpdateAsync ( HealthUpdate update ) : Task
SynchronizeCheckIntervalAsync ( ) : Task

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EndpointHealthNotifier() 공개 메소드

public EndpointHealthNotifier ( IHealthMonitorClient client, ITimeCoordinator timeCoordinator, EndpointDefinition definition, IHealthChecker healthChecker ) : System
client IHealthMonitorClient
timeCoordinator ITimeCoordinator
definition HealthMonitoring.Integration.PushClient.Registration.EndpointDefinition
healthChecker IHealthChecker
리턴 System