Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
E22844-03
Configure the controllable service.
Namespace:
Tangosol.UtilAssembly: 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
| Exception | Condition |
|---|---|
| Thrown if the service is already running. | |
| Thrown if the configuration information is invalid. |