C# Class NServiceBus.Routing.UnicastRoute

A destination of address routing.
Mostrar archivo Open project: Particular/NServiceBus Class Usage Examples

Public Methods

Method Description
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.

Private Methods

Method Description
UnicastRoute ( )

Method Details

CreateFromEndpointInstance() public static method

Creates a destination based on the name of the endpoint instance.
public static CreateFromEndpointInstance ( EndpointInstance instance ) : UnicastRoute
instance EndpointInstance Destination instance name.
return UnicastRoute

CreateFromEndpointName() public static method

Creates a destination based on the name of the endpoint.
public static CreateFromEndpointName ( string endpoint ) : UnicastRoute
endpoint string Destination endpoint.
return UnicastRoute

CreateFromPhysicalAddress() public static method

Creates a destination based on the physical address.
public static CreateFromPhysicalAddress ( string physicalAddress ) : UnicastRoute
physicalAddress string Destination physical address.
return UnicastRoute

ToString() public method

Returns a string that represents the current object.
public ToString ( ) : string
return string