ArcFM Responder Mobile Developer Guide
Configure(String) Method






Syntax
'Declaration
 
Public Overloads Shared Sub Configure( _
   ByVal configFile As System.String _
) 
'Usage
 
Dim configFile As System.String
 
RemotingHelper.Configure(configFile)
public static void Configure( 
   System.string configFile
)
public procedure Configure( 
    configFile: System.String
); static; 
public static function Configure( 
   configFile : System.String
);
public: static void Configure( 
   System.string* configFile
) 
public:
static void Configure( 
   System.String^ configFile
) 

Parameters

configFile
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

RemotingHelper Class
RemotingHelper Members
Overload List

Send Feedback