NServiceBus.Testing.TestableInvokeHandlerContext.DoNotContinueDispatchingCurrentMessageToHandlers C# (CSharp) 메소드

DoNotContinueDispatchingCurrentMessageToHandlers() 공개 메소드

Tells the endpoint to stop dispatching the current message to additional handlers.
public DoNotContinueDispatchingCurrentMessageToHandlers ( ) : void
리턴 void
        public void DoNotContinueDispatchingCurrentMessageToHandlers()
        {
            DoNotContinueDispatchingCurrentMessageToHandlersWasCalled = true;
        }