JAMS 6.x Help
Load Method (CurJob)


CurJob definition.
The JAMSEntry ID of the CurJob to load.
The JAMS Server to load from.
Load a CurJob from the specified JAMS Server.
Syntax
'Declaration
 
Public Shared Sub Load( _
   ByRef curJob As CurJob, _
   ByVal jamsEntry As System.Integer, _
   ByVal js As Server _
) 
'Usage
 
Dim curJob As CurJob
Dim jamsEntry As System.Integer
Dim js As Server
 
CurJob.Load(curJob, jamsEntry, js)
public static void Load( 
   out CurJob curJob,
   System.int jamsEntry,
   Server js
)

Parameters

curJob
CurJob definition.
jamsEntry
The JAMSEntry ID of the CurJob 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

CurJob Class
CurJob Members