Oracle® Coherence .NET API Reference Release 3.6
E15727-01

ThreadGate state enum.

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

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