JAMS Developer Guide
Load(CfgDb,Server) Method


MVPSI.JAMS Namespace > CfgDb Class > Load Method : Load(CfgDb,Server) Method
The JAMS CfgDb definition which is returned from this method.
The JAMS Server to load from.
Load a Cfg definition from the specified JAMS Server.
Syntax
'Declaration
 
Public Overloads Shared Sub Load( _
   ByRef cfgDb As CfgDb, _
   ByVal js As Server _
) 
'Usage
 
Dim cfgDb As CfgDb
Dim js As Server
 
CfgDb.Load(cfgDb, js)
public static void Load( 
   out CfgDb cfgDb,
   Server js
)

Parameters

cfgDb
The JAMS CfgDb definition which is returned from this method.
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

CfgDb Class
CfgDb Members
Overload List