C# Класс SevenDigital.Messaging.Routing.UniqueEndpointGenerator

Auto generator that produces unique name for a given installation of a service
Наследование: IUniqueEndpointGenerator
Показать файл Открыть проект

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

Метод Описание
Generate ( ) : Endpoint

Generate the endpoint name

UniqueEndpointGenerator ( ) : System

Create a new endpoint generator. This will create a name based on the host machine and the calling assembly

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

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

Generate the endpoint name
public Generate ( ) : Endpoint
Результат Endpoint

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

Create a new endpoint generator. This will create a name based on the host machine and the calling assembly
public UniqueEndpointGenerator ( ) : System
Результат System