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 fcfe0da commit ada4781Copy full SHA for ada4781
projects/client/RabbitMQ.Client/src/client/api/IModel.cs
@@ -143,8 +143,8 @@ public interface IModel: IDisposable
143
///== null.</summary>
144
bool IsOpen { get; }
145
146
- ///<summary>Returns the sequence number of the next message to be published that requires confirmation. 0 if we are not in confirm mode.
147
- ///</summary>
+ ///<summary>When in confirm mode, return the sequence number
+ ///of the next message to be published.</summary>
148
ulong NextPublishSeqNo { get; }
149
150
///<summary>Construct a completely empty content header for
0 commit comments