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

Service event type enumeration.

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

Syntax

C#
public enum ServiceEventType

Members

Member nameDescription
Starting
This event indicates that a service is starting.
Started
This event indicates that a service has started.
Stopping
This event indicates that a service is stopping.
Stopped
This event indicates that a service has stopped.

See Also