PartitionDataLossProgress クラス

定義

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

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

プロパティ

Result

データ損失の呼び出しアクションの結果を取得します。これは、アクションが [完了] または [エラー] 状態の場合にのみ有効です。

State

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

(継承元 TestCommandProgress)

メソッド

ToString()

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

適用対象