Click or drag to resize

CoherenceConfigHandlerCreate Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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.1 (14.1.1.1)
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