JAMS Developer Guide
Dialog(Int32,Server) Method


MVPSI.JAMS Namespace > Submit Class > Dialog Method : Dialog(Int32,Server) Method
The id of the Job to be submitted.
The JAMS Server where this Job is located.
Displays a dialog box that shows the Job's parameter values, and other submit information.
Syntax
'Declaration
 
Public Overloads Shared Sub Dialog( _
   ByVal jobID As System.Integer, _
   ByVal server As Server _
) 
'Usage
 
Dim jobID As System.Integer
Dim server As Server
 
Submit.Dialog(jobID, server)
public static void Dialog( 
   System.int jobID,
   Server server
)

Parameters

jobID
The id of the Job to be submitted.
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