StepResult.Node Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.