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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ConsulRegisterCheck ( string name, string serviceId = null ) : System.Runtime.Serialization

Creates a new health check in consul

ToUrl ( string absoluteUrl ) : string

메소드 상세

ConsulRegisterCheck() 공개 메소드

Creates a new health check in consul
public ConsulRegisterCheck ( string name, string serviceId = null ) : System.Runtime.Serialization
name string The name to use for the health check in consul
serviceId string The Id of service to associate this health check with
리턴 System.Runtime.Serialization

ToUrl() 공개 메소드

public ToUrl ( string absoluteUrl ) : string
absoluteUrl string
리턴 string