C# Класс NServiceBus.Transport.OutgoingMessage

The message going out to the transport.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
OutgoingMessage ( string messageId, string>.Dictionary headers, byte body ) : System.Collections.Generic

Initializes a new instance of OutgoingMessage.

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

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

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.
Результат System.Collections.Generic