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

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

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

Метод Описание
AbortReceiveOperation ( ) : void

Allows the pipeline to flag that it has been aborted and the receive operation should be rolled back.

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

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

Allows the pipeline to flag that it has been aborted and the receive operation should be rolled back.
public AbortReceiveOperation ( ) : void
Результат void