IStreamQueueCheckpointer<TCheckpoint> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |