PartitionQuorumLossProgress クラス

定義

クォーラム損失の進行状況オブジェクトの呼び出しを返します。

[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 (完了または障害状態の場合)、および Exception (Faulted 状態の場合) の情報を返します。

プロパティ

Result

クォーラム損失の呼び出しアクションの結果を取得します。これは、アクションが Completed または Faulted 状態の場合にのみ有効です。

State

アクションの現在の状態 (実行中、完了、エラー、または無効) を取得します。

(継承元 TestCommandProgress)

メソッド

ToString()

含まれている情報の文字列表現を返します

適用対象