C# Class NServiceBus.Testing.TestableIncomingPhysicalMessageContext

A testable implementation of IIncomingPhysicalMessageContext.
Inheritance: TestableIncomingContext, IIncomingPhysicalMessageContext
Show file Open project: Particular/NServiceBus

Public Methods

Method Description
TestableIncomingPhysicalMessageContext ( ) : System

Creates a new instance of TestableIncomingPhysicalMessageContext.

UpdateMessage ( byte body ) : void

Updates the message with the given body.

Method Details

TestableIncomingPhysicalMessageContext() public method

Creates a new instance of TestableIncomingPhysicalMessageContext.
public TestableIncomingPhysicalMessageContext ( ) : System
return System

UpdateMessage() public method

Updates the message with the given body.
public UpdateMessage ( byte body ) : void
body byte
return void