NServiceBus.InvokeHandlerContext.DoNotContinueDispatchingCurrentMessageToHandlers C# (CSharp) Method

DoNotContinueDispatchingCurrentMessageToHandlers() public method

public DoNotContinueDispatchingCurrentMessageToHandlers ( ) : void
return void
        public void DoNotContinueDispatchingCurrentMessageToHandlers()
        {
            HandlerInvocationAborted = true;
        }
    }