Scheduler.CreateParametricTaskId(Int32, Int32) 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.
Creates a task identifier that identifies an instance of a parametric task.
public Microsoft.Hpc.Scheduler.Properties.ITaskId CreateParametricTaskId(int jobTaskId, int instanceId);
abstract member CreateParametricTaskId : int * int -> Microsoft.Hpc.Scheduler.Properties.ITaskId
override this.CreateParametricTaskId : int * int -> Microsoft.Hpc.Scheduler.Properties.ITaskId
Public Function CreateParametricTaskId (jobTaskId As Integer, instanceId As Integer) As ITaskId
Parameters
- jobTaskId
- Int32
A sequential, numeric identifier that uniquely identifies the parametric task within the job. Task identifiers begin with one.
- instanceId
- Int32
A sequential, numeric identifier that uniquely identifies the instance of the parametric task.
Returns
An ITaskId interface that identifies the parametric task instance.