Edit

Share via


JobOrderBy.Add(JobOrderBy) Method

Definition

Returns a new preference list that includes the preferences from this object and the specified preference.

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
override this.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 that contains the preference to add to the list.

Returns

An IJobOrderByList interface that contains the list of preferences.

Implements

Applies to