[Missing <summary> documentation for "M:NHibernate.Cache.ReadWriteCache.ILockable.Lock(System.Int64,System.Int32)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
CacheLock Lock( long timeout, int id )  | 
| Visual Basic | 
|---|
Function Lock ( _ timeout As Long, _ id As Integer _ ) As CacheLock  | 
| Visual C++ | 
|---|
CacheLock^ Lock( long long timeout, int id )  | 
Parameters
- timeout
 - Type: System..::..Int64
[Missing <param name="timeout"/> documentation for "M:NHibernate.Cache.ReadWriteCache.ILockable.Lock(System.Int64,System.Int32)"]
 
- id
 - Type: System..::..Int32
[Missing <param name="id"/> documentation for "M:NHibernate.Cache.ReadWriteCache.ILockable.Lock(System.Int64,System.Int32)"]
 
Return Value
[Missing <returns> documentation for "M:NHibernate.Cache.ReadWriteCache.ILockable.Lock(System.Int64,System.Int32)"]