IScheduler.GetJobIdList(IFilterCollection, ISortCollection) Method

Definition

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

public Microsoft.Hpc.Scheduler.IIntCollection GetJobIdList (Microsoft.Hpc.Scheduler.IFilterCollection filter, Microsoft.Hpc.Scheduler.ISortCollection sort);
abstract member GetJobIdList : Microsoft.Hpc.Scheduler.IFilterCollection * Microsoft.Hpc.Scheduler.ISortCollection -> Microsoft.Hpc.Scheduler.IIntCollection
Public Function GetJobIdList (filter As IFilterCollection, sort As ISortCollection) As IIntCollection

Parameters

Returns

An IIntCollection interface that contains one or more job identifiers that match the specified filter criteria.

Applies to