C# Class NServiceBus.RoutingContext

Inheritance: OutgoingContext, IRoutingContext
Show file Open project: Particular/NServiceBus Class Usage Examples

Public Methods

Method 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 method

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

RoutingContext() public method

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