示例#1
0
 public ValueTask <bool> QueueBindAsync(string queueName, string exchangeName, string routingKey = "", Dictionary <string, object> arguments = null)
 {
     return(_queueMethodHandler.QueueBindAsync(queueName, exchangeName, routingKey, arguments));
 }