C# Class NServiceBus.Transport.OutgoingMessage

The message going out to the transport.
Show file Open project: Particular/NServiceBus Class Usage Examples

Public Methods

Method Description
OutgoingMessage ( string messageId, string>.Dictionary headers, byte body ) : System.Collections.Generic

Initializes a new instance of OutgoingMessage.

Method Details

OutgoingMessage() public method

Initializes a new instance of OutgoingMessage.
public OutgoingMessage ( string messageId, string>.Dictionary headers, byte body ) : System.Collections.Generic
messageId string The message id to use.
headers string>.Dictionary The headers associated with this message.
body byte The body of the message.
return System.Collections.Generic