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

OnBasicRecoverOk() public method

public OnBasicRecoverOk ( EventArgs args ) : void
args System.EventArgs
return void
        public virtual void OnBasicRecoverOk(EventArgs args)
        {
            m_delegate.OnBasicRecoverOk(args);
        }
AutorecoveringModel