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


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 jobName As System.String, _
   ByVal server As Server, _
   ByVal objType As Submit.Type _
) 
'Usage
 
Dim jobName As System.String
Dim server As Server
Dim objType As Submit.Type
 
Submit.Dialog(jobName, server, objType)
public static void Dialog( 
   System.string jobName,
   Server server,
   Submit.Type objType
)

Parameters

jobName
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