RabbitMQ.Client.Impl.AutorecoveringModel.HandleChannelClose C# (CSharp) Méthode

HandleChannelClose() public méthode

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