Amqp.Listener.ConnectionListener.OnConnectionClosed C# (CSharp) Method

OnConnectionClosed() private method

private OnConnectionClosed ( AmqpObject sender, Error error ) : void
sender AmqpObject
error Error
return void
        void OnConnectionClosed(AmqpObject sender, Error error)
        {
            lock (this.connections)
            {
                this.connections.Remove((Connection)sender);
            }
        }