Apache Lucene.Net 2.4.0 Class Library API

Lock.LOCK_OBTAIN_WAIT_FOREVER Field

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

public const long LOCK_OBTAIN_WAIT_FOREVER = -1;

See Also

Lock Class | Lucene.Net.Store Namespace