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

Determine whether or not the controllable service is running.

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

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