IScheduler.GetNodeIdList(IFilterCollection, ISortCollection) Method

Definition

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
Public Function GetNodeIdList (filter As IFilterCollection, sort As ISortCollection) As IIntCollection

Parameters

Returns

An IIntCollection interface that contains one or more node identifiers that match the specified filter criteria.

Applies to