JAMS Developer Guide
Dialog(String,Int32,Options,Server) Method


MVPSI.JAMS Namespace > Submit Class > Dialog Method : Dialog(String,Int32,Options,Server) Method
The name of the Job to be submitted.
The id of the Job to be submitted.
The options to be used for this submit.
The JAMS Server where this Job is located.
Displays a dialog box that shows the Job's parameter values, and other submit information. Either the name or the ID can be passed, there is no need to pass both.
Syntax
'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)
public static void Dialog( 
   System.string jobName,
   System.int jobID,
   Submit.Options options,
   Server 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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Submit Class
Submit Members
Overload List