RabbitMQ.Client.Impl.AutorecoveringModel.Abort C# (CSharp) Method

Abort() public method

public Abort ( ) : void
return void
        public void Abort()
        {
            try
            {
                m_delegate.Abort();
            }
            finally
            {
                m_connection.UnregisterModel(this);
            }
        }

Same methods

AutorecoveringModel::Abort ( ushort replyCode, string replyText ) : void
AutorecoveringModel