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

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

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

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

Tells the endpoint to stop dispatching the current message to additional handlers.

HandleCurrentMessageLater ( ) : System.Threading.Tasks.Task

Moves the message being handled to the back of the list of available messages so it can be handled later.

TestableInvokeHandlerContext ( IMessageCreator messageCreator = null ) : System.Collections.Generic

Creates a new instance of TestableInvokeHandlerContext.

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

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

Tells the endpoint to stop dispatching the current message to additional handlers.
public DoNotContinueDispatchingCurrentMessageToHandlers ( ) : void
Результат void

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

Moves the message being handled to the back of the list of available messages so it can be handled later.
public HandleCurrentMessageLater ( ) : System.Threading.Tasks.Task
Результат System.Threading.Tasks.Task

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

Creates a new instance of TestableInvokeHandlerContext.
public TestableInvokeHandlerContext ( IMessageCreator messageCreator = null ) : System.Collections.Generic
messageCreator IMessageCreator
Результат System.Collections.Generic