ICheckpointManager 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.
Provides methods for running checkpoint asynchronously. Extensibility is provided to specify host-specific storage for storing the offset. This is provided when RegisterProcessorAsync<T>(Lease, ICheckpointManager) is called, to checkpoint the offset position using CheckpointAsync(EventData).
public interface ICheckpointManager
type ICheckpointManager = interface
Public Interface ICheckpointManager
Methods
CheckpointAsync(Lease, String, Int64) |
Stores the offset of a particular partition in the host-specific store. |