Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

ThreadGate state enum.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public enum ThreadGateState

Members

Member nameDescription
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.

See Also