C# Class NServiceBus.Transport.LogicalAddressExtensions

Extension methods for access to various transport address helpers.
Show file Open project: Particular/NServiceBus

Public Methods

Method Description
GetTransportAddress ( this settings, LogicalAddress logicalAddress ) : string

Gets the native transport address for the given logical address.

Method Details

GetTransportAddress() public static method

Gets the native transport address for the given logical address.
public static GetTransportAddress ( this settings, LogicalAddress logicalAddress ) : string
settings this
logicalAddress LogicalAddress
return string