locks are not returned to the client!

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

Syntax

Visual Basic (Declaration)
Public Function IsGettable ( _
	txTimestamp As Long _
) As Boolean
C#
public bool IsGettable(
	long txTimestamp
)
Visual C++
public:
virtual bool IsGettable(
	long long txTimestamp
) sealed
JavaScript
function isGettable(txTimestamp);

Parameters

txTimestamp
Type: System..::.Int64

Implements

ILockable..::.IsGettable(Int64)

See Also