'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.