Skip to content

Commit baba38f

Browse files
authored
[Event Hubs] ProcessEventArgs Doc Updates (Azure#25231)
# Summary The focus of these changes is to clarify the documentation for the `HasEvent` property of the `ProcessEventArgs` type. Previously, it was implied that the partition context was unavailable rather than just some functionality of the context. # References and Related - [Update documentation regarding the HasEvent property for ProcessEventArgs (Azure#24969)](Azure#24969)
1 parent 34ff8aa commit baba38f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/eventhub/Azure.Messaging.EventHubs/src/Processor/ProcessEventArgs.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ public struct ProcessEventArgs
2121
{
2222
/// <summary>
2323
/// Indicates whether or not the arguments contain an event to be processed. In
24-
/// the case where no event is contained, then the context and creation of
25-
/// checkpoints are also unavailable.
24+
/// the case where no event is contained, then the creation of checkpoints and reading the last
25+
/// enqueued event properties are unavailable.
2626
/// </summary>
2727
///
2828
/// <value><c>true</c> if the arguments contain an event to be processed; otherwise, <c>false</c>.</value>

0 commit comments

Comments
 (0)