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

Configure the controllable service.

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

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