Skip to content

EventHubCheckpointer.Update(string, DateTime, CancellationToken)

Update(string, DateTime, CancellationToken)

View source
public void Update(string offset, DateTime utcNow, CancellationToken cancellationToken)
Updates the checkpoint.

Parameters

offsetstring
The checkpoint offset.
utcNowDateTime
The current UTC time.
cancellationTokenCancellationToken
The cancellation token.