你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ICheckpointManager.CheckpointStoreExistsAsync 方法

定义

检查点存储是否存在?

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

返回

如果存在,则为 true;否则为 false

适用于