Click or drag to resize

ThreadGateState Enumeration

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
ThreadGate state enum.

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