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

The Gate type exposes the following members.

Properties

  NameDescription
IsClosedByCurrentThread
Determines if the current thread have Closed the gate but not yet Opened the Gate.
IsEnteredByCurrentThread
Determines if the current thread have Entered, but not yet Exited the Gate.

See Also