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

_Private_QueuePurge() public method

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