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

PartitionQuorumLossProgress 类

定义

返回 Invoke 仲裁丢失进度对象。

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

注解

此类返回 TestCommandProgressState,当) 处于“已完成”或“出错”状态时的结果 (,以及“故障”状态时返回“异常 (”,) 调用仲裁丢失操作的信息。

属性

Result

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

State

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

(继承自 TestCommandProgress)

方法

ToString()

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

适用于