Decrement the lock, setting the unlock timestamp if now unlocked

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

Syntax

Visual Basic (Declaration)
Public Sub Unlock ( _
	currentTimestamp As Long _
)
C#
public void Unlock(
	long currentTimestamp
)
Visual C++
public:
void Unlock(
	long long currentTimestamp
)
JavaScript
function unlock(currentTimestamp);

Parameters

currentTimestamp
Type: System..::.Int64

See Also