RabbitMQ.Client.Impl.AutorecoveringModel.Abort C# (CSharp) Méthode

Abort() public méthode

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

Same methods

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