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

SetCloseReason() public method

public SetCloseReason ( ShutdownEventArgs reason ) : bool
reason ShutdownEventArgs
return bool
        public bool SetCloseReason(ShutdownEventArgs reason)
        {
            return m_delegate.SetCloseReason(reason);
        }
AutorecoveringModel