Pass this value to {@link #Obtain(long)} to try forever to obtain the lock.

Namespace: Lucene.Net.Store
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public const long LOCK_OBTAIN_WAIT_FOREVER
Visual Basic
Public Const LOCK_OBTAIN_WAIT_FOREVER As Long
Visual C++
public:
literal long long LOCK_OBTAIN_WAIT_FOREVER

See Also