NodeGroup(String, String) Constructor

Definition

Initializes a new instance of the NodeGroup class.

public NodeGroup (string name, string description);
new Microsoft.Hpc.Scheduler.Properties.NodeGroup : string * string -> Microsoft.Hpc.Scheduler.Properties.NodeGroup
Public Sub New (name As String, description As String)

Parameters

name
String

The name of the node group.

description
String

A description of the node group.

Applies to