C# Класс NServiceBus.Outbox.OutboxMessage

The Outbox message type.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
OutboxMessage ( string messageId, TransportOperation operations )

Creates an instance of an OutboxMessage.

Описание методов

OutboxMessage() публичный Метод

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.