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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET