Scheduler.GetNodeIdList(IFilterCollection, ISortCollection) 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 a list of node identifiers based on the specified filters.
public Microsoft.Hpc.Scheduler.IIntCollection GetNodeIdList(Microsoft.Hpc.Scheduler.IFilterCollection filter, Microsoft.Hpc.Scheduler.ISortCollection sort);
abstract member GetNodeIdList : Microsoft.Hpc.Scheduler.IFilterCollection * Microsoft.Hpc.Scheduler.ISortCollection -> Microsoft.Hpc.Scheduler.IIntCollection
override this.GetNodeIdList : Microsoft.Hpc.Scheduler.IFilterCollection * Microsoft.Hpc.Scheduler.ISortCollection -> Microsoft.Hpc.Scheduler.IIntCollection
Public Function GetNodeIdList (filter As IFilterCollection, sort As ISortCollection) As IIntCollection
Parameters
- filter
- IFilterCollection
An IFilterCollection interface that contains one or more filter properties used to filter the list of nodes. If null, the method returns all nodes.
- sort
- ISortCollection
An ISortCollection interface that contains one or more sort properties used to sort the list of nodes. If null, the list is not sorted.
Returns
An IIntCollection interface that contains one or more node identifiers that match the specified filter criteria.