ICheckpointManager.DeleteCheckpointAsync(String) Method
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.
Delete the stored checkpoint for the given partition. If there is no stored checkpoint for the given partition, that is treated as success.
public System.Threading.Tasks.Task DeleteCheckpointAsync (string partitionId);
abstract member DeleteCheckpointAsync : string -> System.Threading.Tasks.Task
Public Function DeleteCheckpointAsync (partitionId As String) As Task
Parameters
- partitionId
- String
id of partition to delete checkpoint from store