Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Determines whether or not the current thread holds a read lock.

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

Syntax

C#
public virtual bool IsReadLockHeld { get; }

Field Value

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

See Also