C# Class NServiceBus.OutgoingLogicalMessageContext

Inheritance: OutgoingContext, IOutgoingLogicalMessageContext
Show file Open project: Particular/NServiceBus

Public Methods

Method Description
OutgoingLogicalMessageContext ( string messageId, string>.Dictionary headers, OutgoingLogicalMessage message, IReadOnlyCollection routingStrategies, IBehaviorContext parentContext ) : System.Collections.Generic
UpdateMessage ( object newInstance ) : void

Method Details

OutgoingLogicalMessageContext() public method

public OutgoingLogicalMessageContext ( string messageId, string>.Dictionary headers, OutgoingLogicalMessage message, IReadOnlyCollection routingStrategies, IBehaviorContext parentContext ) : System.Collections.Generic
messageId string
headers string>.Dictionary
message OutgoingLogicalMessage
routingStrategies IReadOnlyCollection
parentContext IBehaviorContext
return System.Collections.Generic

UpdateMessage() public method

public UpdateMessage ( object newInstance ) : void
newInstance object
return void