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
Start the controllable service.
Namespace:
Tangosol.UtilAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
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
| Exception | Condition |
|---|---|
| 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. |