Edit

Share via


IScheduler.SubmitJobById(Int32, String, String) Method

Definition

Adds the job to the scheduling queue using the job identifier to identify the job.

public void SubmitJobById (int jobId, string username, string password);
abstract member SubmitJobById : int * string * string -> unit
Public Sub SubmitJobById (jobId As Integer, username As String, password As String)

Parameters

jobId
Int32
username
String
password
String

Applies to