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


Submit Information.
Job or Setup name.
JAMS Server to load from.
Submit Type. Loading by name or ID or unknown.
Load information about a Job or Setup that will be submitted
Syntax
'Declaration
 
Public Overloads Shared Sub Load( _
   ByRef si As Submit.Info, _
   ByVal jobName As System.String, _
   ByVal server As Server, _
   ByVal objType As Submit.Type _
) 
'Usage
 
Dim si As Submit.Info
Dim jobName As System.String
Dim server As Server
Dim objType As Submit.Type
 
Submit.Load(si, jobName, server, objType)
public static void Load( 
   out Submit.Info si,
   System.string jobName,
   Server server,
   Submit.Type objType
)

Parameters

si
Submit Information.
jobName
Job or Setup name.
server
JAMS Server to load from.
objType
Submit Type. Loading by name or ID or unknown.
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

Send Feedback