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

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

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

Syntax

C#
public virtual bool IsWriteLockHeld { get; }

Field Value

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

See Also