Was this lock held concurrently by multiple transactions?

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

Syntax

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

See Also