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

Close() public method

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

Same methods

AutorecoveringModel::Close ( ShutdownEventArgs reason, bool abort ) : void
AutorecoveringModel::Close ( ushort replyCode, string replyText ) : void
AutorecoveringModel::Close ( ushort replyCode, string replyText, bool abort ) : void
AutorecoveringModel