Edit

Share via


StepResult.Node Constructors

Definition

Overloads

StepResult.Node()

Initializes a new instance of the StepResult.Node class without specifying the name of the node.

StepResult.Node(String)

Initializes a new instance of the StepResult.Node class for the node with the specified name.

StepResult.Node()

Initializes a new instance of the StepResult.Node class without specifying the name of the node.

public Node();
Public Sub New ()

Applies to

StepResult.Node(String)

Initializes a new instance of the StepResult.Node class for the node with the specified name.

public Node(string name);
new Microsoft.Hpc.Diagnostics.Helpers.StepResult.Node : string -> Microsoft.Hpc.Diagnostics.Helpers.StepResult.Node
Public Sub New (name As String)

Parameters

name
String

A string that specifies the name of the node on which the RunStep stage of the diagnostic test should run or on which the diagnostic test failed.

Applies to