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

ICheckpointManager.CreateCheckpointStoreIfNotExistsAsync 方法

定义

创建检查点存储(如果不存在)。 如果存在,则不执行任何操作。

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

返回

如果检查点存储已存在或已创建正常,则为 true;如果失败,则为 false

适用于