Decrement the lock, setting the unlock timestamp if now unlocked

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

Syntax

C#
public void Unlock(
	long currentTimestamp
)
Visual Basic
Public Sub Unlock ( _
	currentTimestamp As Long _
)
Visual C++
public:
void Unlock(
	long long currentTimestamp
)

Parameters

currentTimestamp
Type: System..::..Int64

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

See Also