JAMS 6.x Help
Check Method (Cfg)


The Config setting name that we want to check.
The access to the Cfg that we want.
The JAMS Server that should do the check.
Checks a Cfg against a JAMS Server.
Syntax
'Declaration
 
Public Shared Sub Check( _
   ByVal cfgName As System.String, _
   ByVal access As ObjectAccess, _
   ByVal js As Server _
) 
'Usage
 
Dim cfgName As System.String
Dim access As ObjectAccess
Dim js As Server
 
Cfg.Check(cfgName, access, js)
public static void Check( 
   System.string cfgName,
   ObjectAccess access,
   Server js
)

Parameters

cfgName
The Config setting name that we want to check.
access
The access to the Cfg that we want.
js
The JAMS Server that should do the check.
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