C# Класс NServiceBus.Testing.TestableIncomingPhysicalMessageContext

A testable implementation of IIncomingPhysicalMessageContext.
Наследование: TestableIncomingContext, IIncomingPhysicalMessageContext
Показать файл Открыть проект

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

Метод Описание
TestableIncomingPhysicalMessageContext ( ) : System

Creates a new instance of TestableIncomingPhysicalMessageContext.

UpdateMessage ( byte body ) : void

Updates the message with the given body.

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

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

Creates a new instance of TestableIncomingPhysicalMessageContext.
public TestableIncomingPhysicalMessageContext ( ) : System
Результат System

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

Updates the message with the given body.
public UpdateMessage ( byte body ) : void
body byte
Результат void