Update(string, DateTime, CancellationToken)
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.
