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

In the configuration XML find a "scheme" element associated with a given service name.

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

Syntax

C#
protected virtual IXmlElement FindServiceScheme(
	string serviceName
)

Parameters

serviceName
Type: System..::.String
The value of the "service-name" element to look for.

Return Value

A "scheme" element associated with a given service name.

See Also