JAMS Developer Guide
Load(Job,String,String) Method


MVPSI.JAMS Namespace > Job Class > Load Method : Load(Job,String,String) Method
The JAMS Job which is returned from this method.
The name of the Job to load.
The name of the Job's folder.
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, _
   ByVal folderName As System.String _
) 
'Usage
 
Dim job As Job
Dim jobName As System.String
Dim folderName As System.String
 
Job.Load(job, jobName, folderName)
public static void Load( 
   out Job job,
   System.string jobName,
   System.string folderName
)

Parameters

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