Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The ThreadGate type exposes the following members.

Properties

  NameDescription
Public propertyActiveCount
The number of unmatched completed Enter calls.
Public propertyCloseCount
The number of unmatched completed Close/BarEntry calls.
Protected propertyClosingThread
The thread that is closing the gates.
Public propertyIsActiveThread
Determine if the current thread has entered and not exited the thread gate.
Public propertyIsClosedByCurrentThread
Determines if the current thread have Closed the gate but not yet Opened the Gate.
Public propertyIsClosingThread
Determine if the current thread has closed and not opened the the thread gate.
Public propertyIsEnteredByCurrentThread
Determine if the current thread has entered and not exited the thread gate.
Public propertyStatus
The current thread gate status.
Protected propertyVersion
The total number of times the gate has been fully opened.

See Also