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


MVPSI.JAMS Namespace > Job Class > Load Method : Load(Job,Int32,Server) Method
The JAMS Job which is returned from this method.
The ID of the Job to load.
The JAMS Server to load from.
Load a Job definition from the specified JAMS Server.
Syntax
'Declaration
 
Public Overloads Shared Sub Load( _
   ByRef job As Job, _
   ByVal jobID As System.Integer, _
   ByVal js As Server _
) 
'Usage
 
Dim job As Job
Dim jobID As System.Integer
Dim js As Server
 
Job.Load(job, jobID, js)
public static void Load( 
   out Job job,
   System.int jobID,
   Server js
)

Parameters

job
The JAMS Job which is returned from this method.
jobID
The ID of the Job to load.
js
The JAMS Server to load from.
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