In the specified configuration XML, find a "scheme" element associated with the specified scheme name.

Namespace: Tangosol.Net
Assembly: Coherence (in Coherence.dll) Version: 12.1.2.0 (12.1.2.0)

Syntax

C#
protected static IXmlElement FindScheme(
	IXmlElement xmlConfig,
	string schemeName
)

Parameters

xmlConfig
Type: Tangosol.Run.Xml..::..IXmlElement
The xml configuration.
schemeName
Type: System..::..String
The value of the "scheme-name" element to look for.

Return Value

A "scheme" element associated with a given scheme name, or null if none is found.

See Also