C# Class NServiceBus.Routing.RoutingStrategy

An abstraction that defines how a message is going to be routed.
Afficher le fichier Open project: Particular/NServiceBus Class Usage Examples

Méthodes publiques

Méthode Description
Apply ( string>.Dictionary headers ) : AddressTag

Applies the routing strategy to the message.

Method Details

Apply() public abstract méthode

Applies the routing strategy to the message.
public abstract Apply ( string>.Dictionary headers ) : AddressTag
headers string>.Dictionary Message headers.
Résultat AddressTag