Whether the current index is locked (preventing operations other than search).
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public virtual bool IsLocked()
public virtual bool IsLocked()
Public Overridable Function IsLocked As Boolean
Public Overridable Function IsLocked As Boolean
public: virtual bool IsLocked()
public: virtual bool IsLocked()
abstract IsLocked : unit -> bool override IsLocked : unit -> bool
abstract IsLocked : unit -> bool override IsLocked : unit -> bool
Return Value
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.
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120