SessionBaseWaitForLockMilliseconds Property |
Get/Set the max time waiting for a lock to clear with pessimistic locking
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public int WaitForLockMilliseconds { get; set; }
Public Property WaitForLockMilliseconds As Integer
Get
Set
public:
property int WaitForLockMilliseconds {
int get ();
void set (int value);
}
member WaitForLockMilliseconds : int with get, set
Property Value
Type:
Int32See Also