Adds the document to the queue for removing from the index - the document will be removed asynchronously as soon as possible.
Declaration Syntax
C# | Visual Basic |
public static void QueueForRemoval( Document document, EventHandler queueEmpty )
Public Shared Sub QueueForRemoval ( document As Document, queueEmpty As EventHandler )
Parameters
- document (Document)
- The document.
- queueEmpty (EventHandler)
- Delegate called when the queue has been emptied, and the index directory unlocked.
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610