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

The IService type exposes the following members.

Methods

  NameDescription
Public methodConfigure
Configure the controllable service.
(Inherited from IControllable.)
Public methodShutdown
Stop the controllable service.
(Inherited from IControllable.)
Public methodStart
Start the controllable service.
(Inherited from IControllable.)
Public methodStop
Hard-stop the controllable service.
(Inherited from IControllable.)

Properties

  NameDescription
Public propertyIsRunning
Determine whether or not the controllable service is running.
(Inherited from IControllable.)

Events

  NameDescription
Public eventServiceStarted
Invoked when IService has started.
Public eventServiceStarting
Invoked when IService is starting.
Public eventServiceStopped
Invoked when IService has stopped.
Public eventServiceStopping
Invoked when IService is stopping.

See Also