ISchedulerJob.GetTaskIdList Method

Definition

Retrieves a list of task identifiers based on the specified filters.

public Microsoft.Hpc.Scheduler.ISchedulerCollection GetTaskIdList (Microsoft.Hpc.Scheduler.IFilterCollection filter, Microsoft.Hpc.Scheduler.ISortCollection sort, bool expandParametric);
abstract member GetTaskIdList : Microsoft.Hpc.Scheduler.IFilterCollection * Microsoft.Hpc.Scheduler.ISortCollection * bool -> Microsoft.Hpc.Scheduler.ISchedulerCollection
Public Function GetTaskIdList (filter As IFilterCollection, sort As ISortCollection, expandParametric As Boolean) As ISchedulerCollection

Parameters

expandParametric
Boolean

Returns

An ISchedulerCollection interface that contains a collection of task identifiers (see ITaskId) that meet the filter criteria.

Applies to