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


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.
Displays a dialog box that shows the Job or Setup's parameter values, report values and other submit information.
Syntax
'Declaration
 
Public Overloads Shared Sub Dialog( _
   ByVal jobID As System.Integer, _
   ByVal server As Server, _
   ByVal objType As Submit.Type _
) 
'Usage
 
Dim jobID As System.Integer
Dim server As Server
Dim objType As Submit.Type
 
Submit.Dialog(jobID, server, objType)
public static void Dialog( 
   System.int jobID,
   Server server,
   Submit.Type objType
)

Parameters

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.
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