Edit

Share via


SchedulerJob.SubmitTaskById(ITaskId) Method

Definition

Submits a task to the job using the task identifier to identify the task.

public void SubmitTaskById (Microsoft.Hpc.Scheduler.Properties.ITaskId taskId);
abstract member SubmitTaskById : Microsoft.Hpc.Scheduler.Properties.ITaskId -> unit
override this.SubmitTaskById : Microsoft.Hpc.Scheduler.Properties.ITaskId -> unit
Public Sub SubmitTaskById (taskId As ITaskId)

Parameters

taskId
ITaskId

An ITaskId interface that identifies the task to add to the job.

Implements

Applies to