Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

The ThreadGate type exposes the following members.

Properties

  NameDescription
ActiveCount
The number of unmatched completed Enter calls.
CloseCount
The number of unmatched completed Close/BarEntry calls.
ClosingThread
The thread that is closing the gates.
IsActiveThread
Determine if the current thread has entered and not exited the thread gate.
IsClosingThread
Determine if the current thread has closed and not opened the the thread gate.
Status
The current thread gate status.
Version
The total number of times the gate has been fully opened.

See Also