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

Determines if the current thread have Entered, but not yet Exited the Gate.

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

Syntax

C#
public bool IsEnteredByCurrentThread { get; }

Implements

Gate..::.IsEnteredByCurrentThread

See Also