IStreamQueueCheckpointer<TCheckpoint> Interface

Definition

Functionality for checkpointing a stream.

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

Type Parameters

TCheckpoint

The checkpoint type.

Derived

Properties

CheckpointExists

Gets a value indicating whether a checkpoint exists.

Methods

Load()

Loads the checkpoint.

Update(TCheckpoint, DateTime)

Updates the checkpoint.

Applies to