JAMS Developer Guide
Load(BatchQueue,String,Int32,Server) Method


MVPSI.JAMS Namespace > BatchQueue Class > Load Method : Load(BatchQueue,String,Int32,Server) Method
The BatchQueue to be loaded.
The name of the BatchQueue to load.
The ID of the BatchQueue to load.
The JAMS Server to load from.
Load the BatchQueue with the specified Name or ID from the specified JAMS Server.
Syntax
'Declaration
 
Public Overloads Shared Sub Load( _
   ByRef batchQueue As BatchQueue, _
   ByVal queName As System.String, _
   ByVal queID As System.Integer, _
   ByVal js As Server _
) 
'Usage
 
Dim batchQueue As BatchQueue
Dim queName As System.String
Dim queID As System.Integer
Dim js As Server
 
BatchQueue.Load(batchQueue, queName, queID, js)
public static void Load( 
   out BatchQueue batchQueue,
   System.string queName,
   System.int queID,
   Server js
)

Parameters

batchQueue
The BatchQueue to be loaded.
queName
The name of the BatchQueue to load.
queID
The ID of the BatchQueue 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

BatchQueue Class
BatchQueue Members
Overload List