C# 클래스 ServiceStack.Discovery.Consul.HostHealthCheck

파일 보기 프로젝트 열기: MacLeanElectrical/servicestack-discovery-consul 1 사용 예제들

공개 메소드들

메소드 설명
HostHealthCheck ( HealthCheckDelegate healthCheckDelegate, int intervalInSeconds = 60, int deregisterIfCriticalAfterInMinutes = null )

Registers a delegate to run as a service health check

메소드 상세

HostHealthCheck() 공개 메소드

Registers a delegate to run as a service health check
public HostHealthCheck ( HealthCheckDelegate healthCheckDelegate, int intervalInSeconds = 60, int deregisterIfCriticalAfterInMinutes = null )
healthCheckDelegate HealthCheckDelegate
intervalInSeconds int
deregisterIfCriticalAfterInMinutes int