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 时间。