C# Class NServiceBus.Outbox.TransportOperation

Outgoing message operation.
Show file Open project: Particular/NServiceBus Class Usage Examples

Public Methods

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

Creates a new instance of a TransportOperation.

Method Details

TransportOperation() public method

Creates a new instance of a TransportOperation.
public TransportOperation ( string messageId, string>.Dictionary options, byte body, string>.Dictionary headers ) : System.Collections.Generic
messageId string The identifier of the outgoing message.
options string>.Dictionary The sending options.
body byte The message body.
headers string>.Dictionary The message headers.
return System.Collections.Generic