C# 클래스 NServiceBus.Testing.TestableInvokeHandlerContext

A testable implementation of IInvokeHandlerContext.
상속: TestableIncomingContext, IInvokeHandlerContext
파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
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