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

_Private_QueueDelete() public méthode

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