JAMS 6.x Help
Dialog(String,Int32,Server,Type,Options) Method


The name of the Job or Setup to be submitted.
The id of the Job or Setup to be submitted.
The JAMS Server where this Job or Setup is located.
The type of object being submitted.
The options to be used for this submit.
Displays a dialog box that shows the Job or Setup's parameter values, report 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 server As Server, _
   ByVal objType As Submit.Type, _
   ByVal options As Submit.Options _
) 
'Usage
 
Dim jobName As System.String
Dim jobID As System.Integer
Dim server As Server
Dim objType As Submit.Type
Dim options As Submit.Options
 
Submit.Dialog(jobName, jobID, server, objType, options)
public static void Dialog( 
   System.string jobName,
   System.int jobID,
   Server server,
   Submit.Type objType,
   Submit.Options options
)

Parameters

jobName
The name of the Job or Setup to be submitted.
jobID
The id of the Job or Setup to be submitted.
server
The JAMS Server where this Job or Setup is located.
objType
The type of object being submitted.
options
The options to be used for this submit.
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

Send Feedback