Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Configure the controllable service.

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

Syntax

C#
void Configure(
	IXmlElement xml
)

Parameters

xml
Type: Tangosol.Run.Xml..::..IXmlElement
An IXmlElement carrying configuration information specific to the IControllable object.

Remarks

This method can only be called before the controllable service is started.

Exceptions

ExceptionCondition
System..::..InvalidOperationException Thrown if the service is already running.
System..::..ArgumentException Thrown if the configuration information is invalid.

See Also