Scheduler.OpenNodeEnumerator 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 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
override this.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
- properties
 - IPropertyIdCollection
 
An IPropertyIdCollection interface that contains a collection of the node properties that you want to include for each node in the enumerator.
- 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 ISchedulerRowEnumerator interface that contains an enumerator of the nodes that match the specified filter criteria.
Implements
- Attributes