'Declaration
Public Overloads Shared Sub Load( _ ByRef batchQueue As BatchQueue, _ ByVal queName As System.String, _ ByVal js As Server _ )
'Usage
Dim batchQueue As BatchQueue Dim queName As System.String Dim js As Server BatchQueue.Load(batchQueue, queName, js)
public static void Load( out BatchQueue batchQueue, System.string queName, Server js )
Parameters
- batchQueue
- The BatchQueue to be loaded.
- queName
- The name of the BatchQueue to load.
- js
- The JAMS Server to load from.