ISchedulerJob.SubmitTask(ISchedulerTask) 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.
Submits a task to the job using the specified task.
public void SubmitTask(Microsoft.Hpc.Scheduler.ISchedulerTask task);
abstract member SubmitTask : Microsoft.Hpc.Scheduler.ISchedulerTask -> unit
Public Sub SubmitTask (task As ISchedulerTask)
Parameters
- task
- ISchedulerTask