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

_Private_QueueBind() public method

public _Private_QueueBind ( string queue, string exchange, string routingKey, bool nowait, object>.IDictionary arguments ) : void
queue string
exchange string
routingKey string
nowait bool
arguments object>.IDictionary
return void
        public void _Private_QueueBind(string queue,
            string exchange,
            string routingKey,
            bool nowait,
            IDictionary<string, object> arguments)
        {
            _Private_QueueBind(queue, exchange, routingKey,
                nowait, arguments);
        }
AutorecoveringModel