Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
E22844-03
Service event type enumeration.
Namespace:
Tangosol.UtilAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
Syntax
| C# |
|---|
public enum ServiceEventType |
Members
| Member name | Description | |
|---|---|---|
| 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.
|