C# Класс NServiceBus.Pipeline.OutgoingLogicalMessage

Represents a logical message about to be push out to the transport.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
OutgoingLogicalMessage ( Type messageType, object message ) : System

Initializes the message with a explicit message type and instance. Use this constructor if the message type is different from the instance type.

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

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

Initializes the message with a explicit message type and instance. Use this constructor if the message type is different from the instance type.
public OutgoingLogicalMessage ( Type messageType, object message ) : System
messageType System.Type
message object
Результат System