ExpandedPriority.GetJobPriorityAndOffsetString Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static void GetJobPriorityAndOffsetString(int expandedPriority, out Nullable<Microsoft.Hpc.Scheduler.Properties.JobPriority> jobPriority, out string offsetString);
static member GetJobPriorityAndOffsetString : int * * -> unit
Public Shared Sub GetJobPriorityAndOffsetString (expandedPriority As Integer, ByRef jobPriority As Nullable(Of JobPriority), ByRef offsetString As String)
Parameters
- expandedPriority
- Int32
- jobPriority
- Nullable<JobPriority>
- offsetString
- String