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

_Private_ExchangeUnbind() public method

public _Private_ExchangeUnbind ( 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_ExchangeUnbind(string destination,
            string source,
            string routingKey,
            bool nowait,
            IDictionary<string, object> arguments)
        {
            m_delegate._Private_ExchangeUnbind(destination, source, routingKey,
                nowait, arguments);
        }
AutorecoveringModel