CheckpointPosition.FromEvent(EventData) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the CheckpointPosition from an EventData instance.
public static Azure.Messaging.EventHubs.Processor.CheckpointPosition FromEvent (Azure.Messaging.EventHubs.EventData eventData);
static member FromEvent : Azure.Messaging.EventHubs.EventData -> Azure.Messaging.EventHubs.Processor.CheckpointPosition
Public Shared Function FromEvent (eventData As EventData) As CheckpointPosition
Parameters
- eventData
- EventData
The EventData to use to determine the starting point of a checkpoint, indicating that an event processor should begin reading from the next event in the stream.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET