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

Determines whether or not the current thread holds a read lock.

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

Syntax

C#
public virtual bool IsReadLockHeld { get; }

Field Value

true if the current thread holds a read lock; false otherwise.

See Also