IControllableStart Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Start the controllable service.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown if a service does not support being re-started, and the
service was already started and subsequently stopped and then
an attempt is made to start the service again; also thrown if
the IControllable service has not been configured.
|
Remarks
This method should only be called once per the life cycle
of the IControllable service. This method has no affect if the
service is already running.
See Also