Edit

Share via


SchedulerJob.SubmitTask(ISchedulerTask) Method

Definition

Submits a task to the job using the specified task interface.

public void SubmitTask (Microsoft.Hpc.Scheduler.ISchedulerTask task);
abstract member SubmitTask : Microsoft.Hpc.Scheduler.ISchedulerTask -> unit
override this.SubmitTask : Microsoft.Hpc.Scheduler.ISchedulerTask -> unit
Public Sub SubmitTask (task As ISchedulerTask)

Parameters

task
ISchedulerTask

An ISchedulerTask interface of the task to add to the job

Implements

Applies to