C# Class NServiceBus.Routing.UnicastAddressTag

Represents a route directly to the specified destination.
Inheritance: AddressTag
Show file Open project: Particular/NServiceBus Class Usage Examples

Public Methods

Method Description
UnicastAddressTag ( string destination )

Initializes the strategy.

Method Details

UnicastAddressTag() public method

Initializes the strategy.
public UnicastAddressTag ( string destination )
destination string The destination.