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

_Private_ChannelClose() public method

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