Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Determine whether or not the controllable service is running.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)

Syntax

C#
bool IsRunning { get; }

Return Value

true if the service is running; false otherwise.

Remarks

Returns false before a service is started, while the service is starting, while a service is shutting down and after the service has stopped. It only returns true after completing its start processing and before beginning its shutdown processing.

See Also