Microsoft.AspNet.SignalR.Messaging.ScaleoutMessageBus.OnError C# (CSharp) Method

OnError() protected method

Closes the specified queue for sending messages making all sends fail asynchronously.
protected OnError ( int streamIndex, Exception exception ) : void
streamIndex int The index of the stream to close.
exception System.Exception The error that occurred.
return void
        protected void OnError(int streamIndex, Exception exception)
        {
            StreamManager.OnError(streamIndex, exception);
        }