Edit

Share via


Scheduler.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
override this.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

filter
IFilterCollection

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

sort
ISortCollection

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

Returns

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

Implements

Applies to