Namespace:
NHibernate.Cache
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub Release ( _ key As CacheKey, _ clientLock As ISoftLock _ ) |
C# |
---|
public void Release( CacheKey key, ISoftLock clientLock ) |
Visual C++ |
---|
public: virtual void Release( CacheKey^ key, ISoftLock^ clientLock ) sealed |
JavaScript |
---|
function release(key, clientLock); |