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

_Private_QueueDelete() public method

public _Private_QueueDelete ( string queue, bool ifUnused, bool ifEmpty, bool nowait ) : uint
queue string
ifUnused bool
ifEmpty bool
nowait bool
return uint
        public uint _Private_QueueDelete(string queue,
            bool ifUnused,
            bool ifEmpty,
            bool nowait)
        {
            return m_delegate._Private_QueueDelete(queue, ifUnused,
                ifEmpty, nowait);
        }
AutorecoveringModel