Edit

Share via


EventHubCheckpointer.Update(String, DateTime) Method

Definition

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

Implements

Applies to