C# Класс NServiceBus.Routing.UnicastRoute

A destination of address routing.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CreateFromEndpointInstance ( EndpointInstance instance ) : UnicastRoute

Creates a destination based on the name of the endpoint instance.

CreateFromEndpointName ( string endpoint ) : UnicastRoute

Creates a destination based on the name of the endpoint.

CreateFromPhysicalAddress ( string physicalAddress ) : UnicastRoute

Creates a destination based on the physical address.

ToString ( ) : string

Returns a string that represents the current object.

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

Метод Описание
UnicastRoute ( )

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

CreateFromEndpointInstance() публичный статический Метод

Creates a destination based on the name of the endpoint instance.
public static CreateFromEndpointInstance ( EndpointInstance instance ) : UnicastRoute
instance EndpointInstance Destination instance name.
Результат UnicastRoute

CreateFromEndpointName() публичный статический Метод

Creates a destination based on the name of the endpoint.
public static CreateFromEndpointName ( string endpoint ) : UnicastRoute
endpoint string Destination endpoint.
Результат UnicastRoute

CreateFromPhysicalAddress() публичный статический Метод

Creates a destination based on the physical address.
public static CreateFromPhysicalAddress ( string physicalAddress ) : UnicastRoute
physicalAddress string Destination physical address.
Результат UnicastRoute

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

Returns a string that represents the current object.
public ToString ( ) : string
Результат string