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

HandleChannelClose() public method

public HandleChannelClose ( ushort replyCode, string replyText, ushort classId, ushort methodId ) : void
replyCode ushort
replyText string
classId ushort
methodId ushort
return void
        public void HandleChannelClose(ushort replyCode,
            string replyText,
            ushort classId,
            ushort methodId)
        {
            m_delegate.HandleChannelClose(replyCode, replyText, classId, methodId);
        }
AutorecoveringModel