Edit

Share via


Scheduler.GetNodesInNodeGroup(String) Method

Definition

Retrieves the list of nodes in the specified node group.

public Microsoft.Hpc.Scheduler.IStringCollection GetNodesInNodeGroup (string nodeGroup);
abstract member GetNodesInNodeGroup : string -> Microsoft.Hpc.Scheduler.IStringCollection
override this.GetNodesInNodeGroup : string -> Microsoft.Hpc.Scheduler.IStringCollection
Public Function GetNodesInNodeGroup (nodeGroup As String) As IStringCollection

Parameters

nodeGroup
String

A node group name.

Returns

An IStringCollection interface that contains the collection of node names in the group.

Implements

Applies to