JAMS Developer Guide
Load(Job,String) Method


MVPSI.JAMS Namespace > Job Class > Load Method : Load(Job,String) Method
The JAMS Job which is returned from this method.
The name of the Job to load.
Load a Job definition from the current JAMS Server.
Syntax
'Declaration
 
Public Overloads Shared Sub Load( _
   ByRef job As Job, _
   ByVal jobName As System.String _
) 
'Usage
 
Dim job As Job
Dim jobName As System.String
 
Job.Load(job, jobName)
public static void Load( 
   out Job job,
   System.string jobName
)

Parameters

job
The JAMS Job which is returned from this method.
jobName
The name of the Job to load.
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

Job Class
Job Members
Overload List