'Declaration
Public Overloads Shared Sub Dialog( _ ByVal jobName As System.String, _ ByVal jobID As System.Integer, _ ByVal options As Submit.Options, _ ByVal server As Server _ )
'Usage
Dim jobName As System.String Dim jobID As System.Integer Dim options As Submit.Options Dim server As Server Submit.Dialog(jobName, jobID, options, server)
Parameters
- jobName
- The name of the Job to be submitted.
- jobID
- The id of the Job to be submitted.
- options
- The options to be used for this submit.
- server
- The JAMS Server where this Job is located.