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

_Private_ExchangeBind() public method

public _Private_ExchangeBind ( string destination, string source, string routingKey, bool nowait, object>.IDictionary arguments ) : void
destination string
source string
routingKey string
nowait bool
arguments object>.IDictionary
return void
        public void _Private_ExchangeBind(string destination,
            string source,
            string routingKey,
            bool nowait,
            IDictionary<string, object> arguments)
        {
            _Private_ExchangeBind(destination, source, routingKey,
                nowait, arguments);
        }
AutorecoveringModel