Click or drag to resize

CoherenceConfigHandlerCreate Method

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

Namespace:  Tangosol.Config
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public Object Create(
	Object parent,
	Object configContext,
	XmlNode section
)

Parameters

parent
Type: SystemObject
Parent object.
configContext
Type: SystemObject
Configuration context object.
section
Type: System.XmlXmlNode
Section XML node.

Return Value

Type: Object
The CoherenceConfig object with information from the configuration section.

Implements

IConfigurationSectionHandlerCreate(Object, Object, XmlNode)
See Also