Condividi tramite


NodeCommandResult Class

Definition

Returns node command result object.

public class NodeCommandResult : System.Fabric.Result.TestCommandResult
type NodeCommandResult = class
    inherit TestCommandResult
Public Class NodeCommandResult
Inherits TestCommandResult
Inheritance
NodeCommandResult

Properties

Exception

This property contains an exception representing the reason a test command faulted. It is not valid unless the corresponding TestCommandProgressState is Faulted.

(Inherited from TestCommandResult)
NodeResult

Gets the NodeResult object, which contains the information about the target node.

Methods

ToString()

Returns the string representation of the Exception, if the command failed.

Applies to