Click or drag to resize

IControllableStart Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Start the controllable service.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
void Start()
Exceptions
ExceptionCondition
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