C# Class NServiceBus.Pipeline.OutgoingLogicalMessage

Represents a logical message about to be push out to the transport.
Mostra file Open project: Particular/NServiceBus Class Usage Examples

Public Methods

Method Description
OutgoingLogicalMessage ( Type messageType, object message ) : System

Initializes the message with a explicit message type and instance. Use this constructor if the message type is different from the instance type.

Method Details

OutgoingLogicalMessage() public method

Initializes the message with a explicit message type and instance. Use this constructor if the message type is different from the instance type.
public OutgoingLogicalMessage ( Type messageType, object message ) : System
messageType System.Type
message object
return System