Click or drag to resize

ThreadGateState Enumeration

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
ThreadGate state enum.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
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