DotLucene 1.4 API Documentation

Lock.IsLocked Method 

Returns true if the resource is currently locked. Note that one must still call {@link .Obtain()} before using the resource.

public abstract bool IsLocked();

See Also

Lock Class | Lucene.Net.Store Namespace