ISchedulerJob.CreateTask 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.
public Microsoft.Hpc.Scheduler.ISchedulerTask CreateTask ();
abstract member CreateTask : unit -> Microsoft.Hpc.Scheduler.ISchedulerTask
Public Function CreateTask () As ISchedulerTask
Returns
An ISchedulerTask interface that you use to define the task.