JAMS Developer Guide
Load(Cfg,Server) Method


MVPSI.JAMS Namespace > Cfg Class > Load Method : Load(Cfg,Server) Method
The JAMS Cfg 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 cfg As Cfg, _
   ByVal js As Server _
) 
'Usage
 
Dim cfg As Cfg
Dim js As Server
 
Cfg.Load(cfg, js)
public static void Load( 
   out Cfg cfg,
   Server js
)

Parameters

cfg
The JAMS Cfg 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

Cfg Class
Cfg Members
Overload List