IScheduler.OpenNodeEnumerator Method

Definition

Retrieves a rowset enumerator that contains the nodes in the cluster that match the filter criteria.

[System.Runtime.InteropServices.ComVisible(false)]
public Microsoft.Hpc.Scheduler.ISchedulerRowEnumerator OpenNodeEnumerator (Microsoft.Hpc.Scheduler.IPropertyIdCollection properties, Microsoft.Hpc.Scheduler.IFilterCollection filter, Microsoft.Hpc.Scheduler.ISortCollection sort);
abstract member OpenNodeEnumerator : Microsoft.Hpc.Scheduler.IPropertyIdCollection * Microsoft.Hpc.Scheduler.IFilterCollection * Microsoft.Hpc.Scheduler.ISortCollection -> Microsoft.Hpc.Scheduler.ISchedulerRowEnumerator
Public Function OpenNodeEnumerator (properties As IPropertyIdCollection, filter As IFilterCollection, sort As ISortCollection) As ISchedulerRowEnumerator

Parameters

Returns

An ISchedulerRowEnumerator interface that contains an enumerator of the nodes that match the specified filter criteria.

Attributes

Applies to