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

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

공개 프로퍼티들

프로퍼티 타입 설명
DeregisterService string>.Func
GetService Func
GetServices string>.Func

프로퍼티 상세

DeregisterService 공개적으로 정적으로 프로퍼티

Uri for deregistering a service
public static Func DeregisterService
리턴 string>.Func

GetService 공개적으로 정적으로 프로퍼티

Uri for retrieving active instances of a service
public static Func GetService
리턴 Func

GetServices 공개적으로 정적으로 프로퍼티

Uri for retrieving a list of servicestack services
https://www.consul.io/docs/agent/http/catalog.html#catalog_services
public static Func GetServices
리턴 string>.Func