We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f53d3c1 commit 339e61fCopy full SHA for 339e61f
projects/client/RabbitMQ.Client/src/client/api/IModel.cs
@@ -285,8 +285,7 @@ void QueueBind(string queue,
285
string exchange,
286
string routingKey);
287
288
- ///<summary>Same as QueueBind but sets nowait parameter to true and returns void (as there
289
- ///will be no response from the server).</summary>
+ ///<summary>Same as QueueBind but sets nowait parameter to true.</summary>
290
void QueueBindNowait(string queue,
291
292
string routingKey,
0 commit comments