IScheduler.CreateParametricTaskId(Int32, Int32) Method

Definition

Creates a task identifier that identifies an instance of parametric task.

public Microsoft.Hpc.Scheduler.Properties.ITaskId CreateParametricTaskId (int jobTaskId, int instanceId);
abstract member CreateParametricTaskId : int * int -> Microsoft.Hpc.Scheduler.Properties.ITaskId
Public Function CreateParametricTaskId (jobTaskId As Integer, instanceId As Integer) As ITaskId

Parameters

jobTaskId
Int32
instanceId
Int32

Returns

An ITaskId interface that identifies the instance of a parametric task.

Applies to