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)
Syntaxpublic enum ThreadGateState
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Open | 0 | 
            Threads may enter and exit the gates.
             | 
 | Closing | 1 | 
            A thread is waiting to be the only thread inside the gates; other
            threads can only exit.
             | 
 | Closed | 2 | 
            A single thread is inside the gates; other threads cannot enter.
             | 
 | Destroyed | 3 | 
            Life-cycle is complete; the object is no longer usable.
             | 
See Also