IStreamQueueCheckpointer<TCheckpoint> インターフェイス

定義

ストリームをチェックポイント処理するための機能。

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

型パラメーター

TCheckpoint

チェックポイントの種類。

派生

プロパティ

CheckpointExists

チェックポイントが存在するかどうかを示す値を取得します。

メソッド

Load()

チェックポイントを読み込みます。

Update(TCheckpoint, DateTime)

チェックポイントを更新します。

適用対象