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

Context extension to provide access to the incoming physical message.
Показать файл Открыть проект

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

Метод Описание
TryGetIncomingPhysicalMessage ( this context, IncomingMessage &message ) : bool

Returns the incoming physical message if there is one currently processed.

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

TryGetIncomingPhysicalMessage() публичный статический Метод

Returns the incoming physical message if there is one currently processed.
public static TryGetIncomingPhysicalMessage ( this context, IncomingMessage &message ) : bool
context this
message IncomingMessage
Результат bool