Show / Hide Table of Contents

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.

In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.