Click or drag to resize

IControllable Interface

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
IControllable interface represents an object quite oftenly referred to as a service that usually operates on its own thread and has a controllable life cycle.

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

The IControllable type exposes the following members.

Properties
  NameDescription
Public propertyIsRunning
Determine whether or not the controllable service is running.
Top
Methods
  NameDescription
Public methodConfigure
Configure the controllable service.
Public methodShutdown
Stop the controllable service.
Public methodStart
Start the controllable service.
Public methodStop
Hard-stop the controllable service.
Top
See Also