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

Creates a CoherenceConfig with information parsed from the Coherence for .NET configuration section.

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

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