JAMS Developer Guide
Load(Info,String,Options,Server) Method


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

Parameters

si
jobName
options
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