Enum ThreadGateState
ThreadGate state enum.
Namespace: Tangosol.Util
Assembly: Coherence.dll
Syntax
public enum ThreadGateState
Fields
Name | Description |
---|---|
Closed | A single thread is inside the gates; other threads cannot enter. |
Closing | A thread is waiting to be the only thread inside the gates; other threads can only exit. |
Destroyed | Life-cycle is complete; the object is no longer usable. |
Open | Threads may enter and exit the gates. |