.NET API Reference for Oracle® Coherence Community Edition
.NET API Reference for Oracle® Coherence Community Edition
.NET API Reference for Oracle® Coherence Community Edition
Tangosol.Util
IControllable Interface
IControllable Methods
Configure Method
Shutdown Method
Start Method
Stop Method
IControllable
Configure 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#
Copy
void
Configure
(
IXmlElement
xml
)
Parameters
xml
Type:
Tangosol.Run.Xml
IXmlElement
An
IXmlElement
carrying configuration information specific to the IControllable object.
Exceptions
Exception
Condition
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
Reference
IControllable Interface
Tangosol.Util Namespace
Copyright © 2000, 2020, Oracle and/or its affiliates. All rights reserved.