Click or drag to resize

IControllableConfigure Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Configure the controllable service.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
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