C# Class NServiceBus.Testing.TestableOutgoingLogicalMessageContext

A testable implementation of IOutgoingLogicalMessageContext.
Inheritance: TestableOutgoingContext, IOutgoingLogicalMessageContext
Show file Open project: Particular/NServiceBus

Public Methods

Method Description
UpdateMessage ( object newInstance ) : void

Updates the message instance.

Method Details

UpdateMessage() public method

Updates the message instance.
public UpdateMessage ( object newInstance ) : void
newInstance object
return void