C# Class NServiceBus.RoutingContext

Inheritance: OutgoingContext, IRoutingContext
Afficher le fichier Open project: Particular/NServiceBus Class Usage Examples

Méthodes publiques

Méthode Description
RoutingContext ( OutgoingMessage messageToDispatch, IReadOnlyCollection routingStrategies, IBehaviorContext parentContext ) : System.Collections.Generic
RoutingContext ( OutgoingMessage messageToDispatch, RoutingStrategy routingStrategy, IBehaviorContext parentContext ) : System.Collections.Generic

Method Details

RoutingContext() public méthode

public RoutingContext ( OutgoingMessage messageToDispatch, IReadOnlyCollection routingStrategies, IBehaviorContext parentContext ) : System.Collections.Generic
messageToDispatch OutgoingMessage
routingStrategies IReadOnlyCollection
parentContext IBehaviorContext
Résultat System.Collections.Generic

RoutingContext() public méthode

public RoutingContext ( OutgoingMessage messageToDispatch, RoutingStrategy routingStrategy, IBehaviorContext parentContext ) : System.Collections.Generic
messageToDispatch OutgoingMessage
routingStrategy RoutingStrategy
parentContext IBehaviorContext
Résultat System.Collections.Generic