Enum ServiceEventType
Service event type enumeration.
Namespace: Tangosol.Util
Assembly: Coherence.dll
Syntax
public enum ServiceEventType
Fields
| Name | Description |
|---|---|
| Started | This event indicates that a service has started. |
| Starting | This event indicates that a service is starting. |
| Stopped | This event indicates that a service has stopped. |
| Stopping | This event indicates that a service is stopping. |