Oracle® Coherence .NET API Reference Release 3.6
E15727-01
Assembly: Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)
E15727-01
Service event type enumeration.
Namespace:
Tangosol.UtilAssembly: Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)
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.
|