EventHubCheckpointer.Update(String, DateTime) 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.
Updates the checkpoint. This is a best effort. It does not always update the checkpoint.
public void Update (string offset, DateTime utcNow);
abstract member Update : string * DateTime -> unit
override this.Update : string * DateTime -> unit
Public Sub Update (offset As String, utcNow As DateTime)
Parameters
- offset
- String
- utcNow
- DateTime