ISchedulerJob.OpenTaskRowSet Method

Definition

Retrieves a rowset that contains the jobs that match the filter criteria.

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

Parameters

expandParametric
Boolean

Returns

An ISchedulerRowSet interface that you use to access the results.

Attributes

Applies to