C# Class NServiceBus.Outbox.OutboxMessage

The Outbox message type.
Afficher le fichier Open project: Particular/NServiceBus Class Usage Examples

Méthodes publiques

Méthode Description
OutboxMessage ( string messageId, TransportOperation operations )

Creates an instance of an OutboxMessage.

Method Details

OutboxMessage() public méthode

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.