Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Creates a CoherenceConfig with information parsed from the Coherence for .NET configuration section.

Namespace: Tangosol.Config
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public Object Create(
	Object parent,
	Object configContext,
	XmlNode section
)

Parameters

parent
Type: System..::..Object
Parent object.
configContext
Type: System..::..Object
Configuration context object.
section
Type: System.Xml..::..XmlNode
Section XML node.

Return Value

The CoherenceConfig object with information from the configuration section.

Implements

IConfigurationSectionHandler..::..Create(Object, Object, XmlNode)

See Also