Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
ThreadGate state enum.

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

Syntax

C#
public enum ThreadGateState

Members

Member nameValueDescription
Open0 Threads may enter and exit the gates.
Closing1 A thread is waiting to be the only thread inside the gates; other threads can only exit.
Closed2 A single thread is inside the gates; other threads cannot enter.
Destroyed3 Life-cycle is complete; the object is no longer usable.

See Also