Returns true if the resource is currently locked. Note that one must
still call {@link #Obtain()} before using the resource.
Namespace: Lucene.Net.StoreAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public abstract bool IsLocked() |
Visual Basic |
---|
Public MustOverride Function IsLocked As Boolean |
Visual C++ |
---|
public: virtual bool IsLocked() abstract |
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Store.Lock.IsLocked"]