IScheduler.GetNodesInNodeGroup(String) Method
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.
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
Public Function GetNodesInNodeGroup (nodeGroup As String) As IStringCollection
Parameters
- nodeGroup
- String
Returns
An IStringCollection interface that contains the collection of node names in the group.