Share via


IStreamQueueCheckpointer<TCheckpoint> 介面

定義

檢查資料流程的功能。

public interface IStreamQueueCheckpointer<TCheckpoint>
type IStreamQueueCheckpointer<'Checkpoint> = interface
Public Interface IStreamQueueCheckpointer(Of TCheckpoint)

類型參數

TCheckpoint

檢查點類型。

衍生

屬性

CheckpointExists

取得值,指出檢查點是否存在。

方法

Load()

載入檢查點。

Update(TCheckpoint, DateTime)

更新檢查點。

適用於