IStreamQueueCheckpointer<TCheckpoint>.Update 方法

定义

汇报检查点。

public void Update (TCheckpoint offset, DateTime utcNow);
abstract member Update : 'Checkpoint * DateTime -> unit
Public Sub Update (offset As TCheckpoint, utcNow As DateTime)

参数

offset
TCheckpoint

偏移量。

utcNow
DateTime

当前 UTC 时间。

适用于