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

Determines whether or not the current thread holds the write lock.

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

Syntax

C#
public virtual bool IsWriteLockHeld { get; }

Field Value

true if the current thread holds the write lock; false otherwise.

See Also