Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The IService type exposes the following members.

Methods

  NameDescription
Configure
Configure the controllable service.
(Inherited from IControllable.)
Shutdown
Stop the controllable service.
(Inherited from IControllable.)
Start
Start the controllable service.
(Inherited from IControllable.)
Stop
Hard-stop the controllable service.
(Inherited from IControllable.)

Properties

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

Events

  NameDescription
ServiceStarted
Invoked when IService has started.
ServiceStarting
Invoked when IService is starting.
ServiceStopped
Invoked when IService has stopped.
ServiceStopping
Invoked when IService is stopping.

See Also