Update(string, DateTime)
public void Update(string offset, DateTime utcNow) Updates the checkpoint. This is a best effort. It does not always update the checkpoint. The latest offset is always tracked in memory so that
EventHubCheckpointer can persist it on shutdown. Parameters
offsetstringutcNowDateTime
