C# Класс ServiceStack.Discovery.Consul.DiscoveryService

Наследование: Service
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
GetServiceValidator ServiceStack.FluentValidation

Открытые методы

Метод Описание
Any ( GetService request ) : object

Gets the service for an operation

Any ( GetServices request ) : object

Gets the available consul services

Any ( ServiceRegistration registration ) : object

Приватные методы

Метод Описание
GetServiceValidator ( ) : ServiceStack.FluentValidation

Описание методов

Any() публичный Метод

Gets the service for an operation
public Any ( GetService request ) : object
request GetService
Результат object

Any() публичный Метод

Gets the available consul services
public Any ( GetServices request ) : object
request GetServices
Результат object

Any() публичный Метод

public Any ( ServiceRegistration registration ) : object
registration ServiceRegistration
Результат object