Not a lock!

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

Syntax

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

Implements

ILockable..::.IsLock

See Also