C# Class NServiceBus.Outbox.OutboxMessage

The Outbox message type.
Show file Open project: Particular/NServiceBus Class Usage Examples

Public Methods

Method Description
OutboxMessage ( string messageId, TransportOperation operations )

Creates an instance of an OutboxMessage.

Method Details

OutboxMessage() public method

Creates an instance of an OutboxMessage.
public OutboxMessage ( string messageId, TransportOperation operations )
messageId string The message identifier of the incoming message.
operations TransportOperation The outgoing transport operations to execute as part of this incoming message.