Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Parses the Coherence configuration section within the standard .NET configuration file (App.config or Web.config).

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public static Object GetCoherenceConfiguration()

Return Value

An instance of CoherenceConfig created by CoherenceConfigHandler.

See Also