NodeTransitionProgress クラス

定義

NodeTransitionProgress オブジェクトを返します。

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

注釈

このクラスは、ノード遷移コマンドの TestCommandProgressState、Result (完了または障害状態の場合)、および Exception (Faulted 状態の場合) の情報を返します。

プロパティ

Result

ノード遷移コマンドの結果を取得します。 これは、アクションが [完了] または [エラー] 状態の場合にのみ有効です。

State

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

(継承元 TestCommandProgress)

メソッド

ToString()

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

適用対象