Share via


NodeTransitionProgress Class

Definition

Returns NodeTransitionProgress object.

[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
Inheritance
NodeTransitionProgress
Attributes

Remarks

This class returns the TestCommandProgressState, Result (when in Completed or Faulted state), and Exception (when in Faulted state) information for the node transition command.

Properties

Name Description
Result
State (Inherited from TestCommandProgress)

Methods

Name Description
ToString()

Applies to