Edit

Share via


JobOrderBy.Parse(String) Method

Definition

Parses the specified string and uses its components to create a JobOrderBy object.

public static Microsoft.Hpc.Scheduler.Properties.JobOrderBy Parse (string text);
static member Parse : string -> Microsoft.Hpc.Scheduler.Properties.JobOrderBy
Public Shared Function Parse (text As String) As JobOrderBy

Parameters

text
String

A string that contains the preferences in the form “[-][Core|Memory]”.

Returns

An JobOrderBy object that contains the preference.

Applies to