JAMS 6.x Help
Load(Setup,Int32,Server) Method


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

Parameters

setup
Setup definition.
setupID
The ID of the Setup 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

Setup Class
Setup Members
Overload List