Click or drag to resize

IService Interface

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
A IService is a IControllable that emits service lifecycle events.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public interface IService : IControllable

The IService type exposes the following members.

Properties
  NameDescription
Public propertyIsRunning
Determine whether or not the controllable service is running.
(Inherited from IControllable.)
Top
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.)
Top
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.
Top
See Also