JAMS Developer Guide
Load(Cfg) Method


MVPSI.JAMS Namespace > Cfg Class > Load Method : Load(Cfg) Method
The JAMS Cfg definition which is returned from this method.
Load a Cfg definition from the default JAMS Server.
Syntax
'Declaration
 
Public Overloads Shared Sub Load( _
   ByRef cfg As Cfg _
) 
'Usage
 
Dim cfg As Cfg
 
Cfg.Load(cfg)
public static void Load( 
   out Cfg cfg
)

Parameters

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