ISchedulerV4.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.
[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
- properties
- IPropertyIdCollection
- filter
- IFilterCollection
- sort
- ISortCollection
Returns
- Attributes