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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	timeout As Long, _
	id As Integer, _
	version As Object _
)
C#
public CacheLock(
	long timeout,
	int id,
	Object version
)
Visual C++
public:
CacheLock(
	long long timeout, 
	int id, 
	Object^ version
)
JavaScript
NHibernate.Cache.CacheLock = function(timeout, id, version);

Parameters

timeout
Type: System..::.Int64
id
Type: System..::.Int32
version
Type: System..::.Object

See Also