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 7dc7740 commit a8c3962Copy full SHA for a8c3962
projects/client/RabbitMQ.Client/src/client/api/IModel.cs
@@ -420,7 +420,7 @@ void BasicAck(ulong deliveryTag,
420
///<summary>(Spec method) Reject a delivered message.</summary>
421
void BasicReject(ulong deliveryTag,
422
bool requeue);
423
-
+
424
///<summary>Reject one or more delivered message(s).</summary>
425
[AmqpUnsupported("RabbitMQ.Client.Framing.v0_8qpid")]
426
[AmqpUnsupported("RabbitMQ.Client.Framing.v0_8")]
0 commit comments