Yes, this is a lock

Namespace: NHibernate.Cache
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public bool IsLock { get; }
Visual Basic
Public ReadOnly Property IsLock As Boolean
	Get
Visual C++
public:
virtual property bool IsLock {
	bool get () sealed;
}

Implements

ReadWriteCache..::..ILockable..::..IsLock

See Also