JAMS 6.x Help
Configure Method


A config file that should be used instead of the internal configuration.
Configures the Remoting infrastructure for JAMS.
Syntax
'Declaration
 
Public Shared Sub Configure( _
   ByVal configFileName As System.String _
) 
'Usage
 
Dim configFileName As System.String
 
Server.Configure(configFileName)
public static void Configure( 
   System.string configFileName
)

Parameters

configFileName
A config file that should be used instead of the internal configuration.
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

Server Class
Server Members

Send Feedback