Edit

Share via


Scheduler.GetNodeList(IFilterCollection, ISortCollection) Method

Definition

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.

Implements

Applies to