IScheduler.SubmitJob(ISchedulerJob, String, String) Method

Definition

Adds a job to the scheduling queue using the job interface to identify the job.

public void SubmitJob (Microsoft.Hpc.Scheduler.ISchedulerJob job, string username, string password);
abstract member SubmitJob : Microsoft.Hpc.Scheduler.ISchedulerJob * string * string -> unit
Public Sub SubmitJob (job As ISchedulerJob, username As String, password As String)

Parameters

username
String
password
String

Applies to