Share via


ICheckpointManager.DeleteCheckpointAsync(String) Method

Definition

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

Returns

Applies to