JAMS 6.x Help
Load(Cfg,String,Server) Method


The JAMS Cfg definition which is returned from this method.
Cfg Name.
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 cfgName As System.String, _
   ByVal js As Server _
) 
'Usage
 
Dim cfg As Cfg
Dim cfgName As System.String
Dim js As Server
 
Cfg.Load(cfg, cfgName, js)
public static void Load( 
   out Cfg cfg,
   System.string cfgName,
   Server js
)

Parameters

cfg
The JAMS Cfg definition which is returned from this method.
cfgName
Cfg Name.
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