Get a reasonable "lock timeout"

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

Syntax

Visual Basic (Declaration)
ReadOnly Property Timeout As Integer
C#
int Timeout { get; }
Visual C++
property int Timeout {
	int get ();
}
JavaScript
function get_timeout();

See Also