JAMS Developer Guide
Load(Info,Int32,Server) Method


MVPSI.JAMS Namespace > Submit Class > Load Method : Load(Info,Int32,Server) Method
Submit Information.
Load information about a Job that you want to submit.
Syntax
'Declaration
 
Public Overloads Shared Sub Load( _
   ByRef si As Submit.Info, _
   ByVal jobID As System.Integer, _
   ByVal server As Server _
) 
'Usage
 
Dim si As Submit.Info
Dim jobID As System.Integer
Dim server As Server
 
Submit.Load(si, jobID, server)
public static void Load( 
   out Submit.Info si,
   System.int jobID,
   Server server
)

Parameters

si
Submit Information.
jobID
server
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