Edit

Share via


IJobOrderByList.Add(JobOrderBy) Method

Definition

Adds a JobOrderBy object to the list.

public Microsoft.Hpc.Scheduler.Properties.IJobOrderByList Add (Microsoft.Hpc.Scheduler.Properties.JobOrderBy orderBy);
abstract member Add : Microsoft.Hpc.Scheduler.Properties.JobOrderBy -> Microsoft.Hpc.Scheduler.Properties.IJobOrderByList
Public Function Add (orderBy As JobOrderBy) As IJobOrderByList

Parameters

orderBy
JobOrderBy

A JobOrderBy object to add to the list.

Returns

An IJobOrderByList interface.

Applies to