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

PartitionDataLossProgress 类

定义

返回 Invoke 数据丢失进度对象。

[System.Runtime.Serialization.DataContract]
public sealed class PartitionDataLossProgress : System.Fabric.TestCommandProgress
[<System.Runtime.Serialization.DataContract>]
type PartitionDataLossProgress = class
    inherit TestCommandProgress
Public NotInheritable Class PartitionDataLossProgress
Inherits TestCommandProgress
继承
PartitionDataLossProgress
属性

注解

此类返回 TestCommandProgressState、Result ((当处于“已完成”或“出错”状态时) )和“异常 (”(当处于“出错”状态时)) 调用数据丢失操作的信息。

属性

Result

获取调用数据丢失操作的结果;仅当操作处于“已完成”或“出错”状态时,才可用。

State

获取操作的当前状态:正在运行、已完成、出错或无效

(继承自 TestCommandProgress)

方法

ToString()

返回包含信息的字符串表示形式

适用于