IStreamQueueCheckpointer<TCheckpoint>.Update 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
更新檢查點。
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 時間。