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 536f5ff commit 92091c5Copy full SHA for 92091c5
projects/client/RabbitMQ.Client/src/client/api/IModel.cs
@@ -95,7 +95,12 @@ public interface IModel: IDisposable
95
96
///<summary>All messages received before this fires that haven't been
97
///ack'ed will be redelivered. All messages received afterwards won't
98
- ///be.</summary>
+ ///be.
99
+ ///
100
+ ///Handlers for this event are invoked by the connection thread.
101
+ ///It is sometimes useful to allow that thread to know that a recover-ok
102
+ ///has been received, rather than the thread that invoked BasicRecover().
103
+ ///</summary>
104
event BasicRecoverOkEventHandler BasicRecoverOk;
105
106
///<summary>Signalled when an unexpected message is delivered
0 commit comments