ICheckpointManager.CheckpointStoreExistsAsync Method

Definition

Does the checkpoint store exist?

public System.Threading.Tasks.Task<bool> CheckpointStoreExistsAsync ();
abstract member CheckpointStoreExistsAsync : unit -> System.Threading.Tasks.Task<bool>
Public Function CheckpointStoreExistsAsync () As Task(Of Boolean)

Returns

true if it exists, false if not

Applies to