C# Class NServiceBus.ForwardingContext

Inheritance: BehaviorContext, IForwardingContext
Show file Open project: Particular/NServiceBus

Public Methods

Method Description
ForwardingContext ( OutgoingMessage messageToForward, string address, IBehaviorContext parentContext ) : Pipeline

Method Details

ForwardingContext() public method

public ForwardingContext ( OutgoingMessage messageToForward, string address, IBehaviorContext parentContext ) : Pipeline
messageToForward OutgoingMessage
address string
parentContext IBehaviorContext
return Pipeline