Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
E22844-03
ThreadGate state enum.
Namespace:
Tangosol.UtilAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
Syntax
| C# |
|---|
public enum ThreadGateState |
Members
| Member name | Description | |
|---|---|---|
| Open |
Threads may enter and exit the gates.
| |
| Closing |
A thread is waiting to be the only thread inside the gates; other
threads can only exit.
| |
| Closed |
A single thread is inside the gates; other threads cannot enter.
| |
| Destroyed |
Life-cycle is complete; the object is no longer usable.
|