Whether the current index is locked (preventing operations other than search).
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual bool IsLocked()
Public Overridable Function IsLocked As Boolean
public: virtual bool IsLocked()
Remarks
If the index is locked then attempts to create a new instance will cause an IndexLockedException. An index is locked when some other process is already working on it.