共用方式為


EventHubCheckpointer.Update(String, DateTime) 方法

定義

更新檢查點。 這是最佳作法。 它不一定會更新檢查點。

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)

參數

offset
String
utcNow
DateTime

實作

適用於