Click or drag to resize

IControllableConfigure Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Configure the controllable service.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
void Configure(
	IXmlElement xml
)

Parameters

xml
Type: Tangosol.Run.XmlIXmlElement
An IXmlElement carrying configuration information specific to the IControllable object.
Exceptions
ExceptionCondition
InvalidOperationException Thrown if the service is already running.
ArgumentException Thrown if the configuration information is invalid.
Remarks

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

See Also