Initializes a new instance of the CacheLock class

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

Syntax

C#
public CacheLock(
	long timeout,
	int id,
	Object version
)
Visual Basic
Public Sub New ( _
	timeout As Long, _
	id As Integer, _
	version As Object _
)
Visual C++
public:
CacheLock(
	long long timeout, 
	int id, 
	Object^ version
)

Parameters

timeout
Type: System..::..Int64

[Missing <param name="timeout"/> documentation for "M:NHibernate.Cache.CacheLock.#ctor(System.Int64,System.Int32,System.Object)"]

id
Type: System..::..Int32

[Missing <param name="id"/> documentation for "M:NHibernate.Cache.CacheLock.#ctor(System.Int64,System.Int32,System.Object)"]

version
Type: System..::..Object

[Missing <param name="version"/> documentation for "M:NHibernate.Cache.CacheLock.#ctor(System.Int64,System.Int32,System.Object)"]

See Also