locks are not returned to the client!

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

Syntax

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

Parameters

txTimestamp
Type: System..::..Int64

[Missing <param name="txTimestamp"/> documentation for "M:NHibernate.Cache.CacheLock.IsGettable(System.Int64)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Cache.CacheLock.IsGettable(System.Int64)"]

Implements

ReadWriteCache..::..ILockable..::..IsGettable(Int64)

See Also