IScheduler.SubmitJobById(Int32, String, String) 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.
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