C# Класс DotNetWorkQueue.Messages.ReceivedMessageInternal

The internal representation of a received message.
This class is used so that we don't need to know the type of the body everywhere. Otherwise, the generic type would need to flow all the way down to the end of the dependency chain.
Наследование: IReceivedMessageInternal
Показать файл Открыть проект

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

Метод Описание
ReceivedMessageInternal ( IMessage message, IMessageId messageId, ICorrelationId correlationId ) : System.Collections.Generic

Initializes a new instance of the IReceivedMessage{T} class.

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

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

Initializes a new instance of the IReceivedMessage{T} class.
public ReceivedMessageInternal ( IMessage message, IMessageId messageId, ICorrelationId correlationId ) : System.Collections.Generic
message IMessage The message.
messageId IMessageId The message identifier.
correlationId ICorrelationId The correlation identifier.
Результат System.Collections.Generic