Skip to content

Commit 92091c5

Browse files
author
Emile Joubert
committed
Less anæmic documentation about RecoverOk event
1 parent 536f5ff commit 92091c5

File tree

1 file changed

+6
-1
lines changed
  • projects/client/RabbitMQ.Client/src/client/api

1 file changed

+6
-1
lines changed

projects/client/RabbitMQ.Client/src/client/api/IModel.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,12 @@ public interface IModel: IDisposable
9595

9696
///<summary>All messages received before this fires that haven't been
9797
///ack'ed will be redelivered. All messages received afterwards won't
98-
///be.</summary>
98+
///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>
99104
event BasicRecoverOkEventHandler BasicRecoverOk;
100105

101106
///<summary>Signalled when an unexpected message is delivered

0 commit comments

Comments
 (0)