Adds the document to the queue for adding to the index - the document will be indexed asynchronously as soon as possible.
            
| C# | Visual Basic | 
public static void QueueForIndexing( Document document, EventHandler queueEmpty )
Public Shared Sub QueueForIndexing ( document As Document, queueEmpty As EventHandler )
- 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