System.Runtime.Remoting.RemotingConfiguration.Configure Method

Reads the configuration file and configures the remoting infrastructure. RemotingConfiguration.Configure(string) is obsolete. Please use RemotingConfiguration.Configure(string, bool) instead.

Syntax

[System.Obsolete("Use Configure(String,Boolean)")]
public static void Configure (string filename)

Parameters

filename
The name of the remoting configuration file. Can be null.

Remarks

Note:

RemotingConfiguration.Configure(string) is obsolete. Please use RemotingConfiguration.Configure(string, bool) instead.

Passing null as the filename parameter will cause default remoting initialization without requiring the existence of a configuration file.

For configuration file syntax, see [<topic://gnconremotingsettingsschema>].

Note:

Marshal-by-reference objects (MBRs) do not reside in memory forever. Instead, unless the type overrides MarshalByRefObject.InitializeLifetimeService to control its own lifetime policies, each MBR has a finite lifetime before the .NET Framework remoting system begins the process of deleting it and reclaiming the memory. For more information, see Lifetime Leases.

Requirements

Namespace: System.Runtime.Remoting
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0