Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Start the controllable service.

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

Syntax

C#
void Start()

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.

Exceptions

ExceptionCondition
System..::..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.

See Also