Scheduler.GetNodeList(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 nodes based on the specified filters.
public Microsoft.Hpc.Scheduler.ISchedulerCollection GetNodeList(Microsoft.Hpc.Scheduler.IFilterCollection filter, Microsoft.Hpc.Scheduler.ISortCollection sort);
abstract member GetNodeList : Microsoft.Hpc.Scheduler.IFilterCollection * Microsoft.Hpc.Scheduler.ISortCollection -> Microsoft.Hpc.Scheduler.ISchedulerCollection
override this.GetNodeList : Microsoft.Hpc.Scheduler.IFilterCollection * Microsoft.Hpc.Scheduler.ISortCollection -> Microsoft.Hpc.Scheduler.ISchedulerCollection
Public Function GetNodeList (filter As IFilterCollection, sort As ISortCollection) As ISchedulerCollection
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 ISchedulerCollection interface that contains one or more node objects that match the specified filter criteria.