Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Check whether or not the specified configuration defines an instance of a class.

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

Syntax

C#
public static bool IsInstanceConfigEmpty(
	IXmlElement xmlClass
)

Parameters

xmlClass
Type: Tangosol.Run.Xml..::..IXmlElement
The XML element that contains the instantiation info.

Return Value

true iff there is no class configuration information available.

Remarks

The specified IXmlElement shoud be of the same structure as used in the CreateInstance(IXmlElement, XmlHelper..::..IParameterResolver).

See Also