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

Determine if the current thread has entered and not exited the thread gate.

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

Syntax

C#
public virtual bool IsActiveThread { get; }

Field Value

true if the current thread has entered and not exited the thread gate.

Remarks

This is useful for detecting re-entrancy.

See Also