Edit

Share via


SchedulerJob.OpenTaskRowSet Method

Definition

Retrieves a rowset that contains the tasks 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
override this.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

properties
IPropertyIdCollection

An IPropertyIdCollection interface that contains a collection of the task properties that you want to include for each task in the rowset.

filter
IFilterCollection

An IFilterCollection interface that contains one or more filter properties used to filter the list of tasks. If null, the method returns all tasks.

sort
ISortCollection

An ISortCollection interface that contains one or more sort properties used to sort the list of tasks. If null, the list is not sorted.

expandParametric
Boolean

Set to true to include parametric instances in the results; otherwise, false.

Returns

An ISchedulerRowSet interface that you use to access the results.

Implements

Attributes

Applies to