Update(TCheckpoint, DateTime)
abstract
[System.Obsolete(Use the overload which accepts a CancellationToken.)]public abstract void Update(TCheckpoint offset, DateTime utcNow) Updates the checkpoint.
Parameters
offsetTCheckpoint- The offset.
utcNowDateTime- The current UTC time.
