IndexingContextQueue GetCurrentCommands Method Ankiro Enterprise Suite Reference Documentation
Peeks the command queue by returning any queued index command, or returning an empty collection if no commands are queued. This method does not block.

Namespace: Ankiro.SearchServer.Data.IndexingContext
Assembly: Ankiro.SearchServer.Data (in Ankiro.SearchServer.Data.dll) Version: 1.13.770.19207 (1.13.770.19207)
Syntax

public IndexingContextCommand[] GetCurrentCommands()

Return Value

Type:  IndexingContextCommand 
See Also