示例#1
0
 public ValueTask QueueDeclareNoWaitAsync(string name, bool durable, bool exclusive, bool autoDelete, Dictionary <string, object> arguments)
 {
     return(_queueMethodHandler.DeclareNoWaitAsync(name, durable, exclusive, autoDelete, arguments));
 }