IDocumentWebService ProcessIndexingCommands Method Ankiro Enterprise Suite Reference Documentation
Processes a sequence of sequential indexing context commands, allowing for batching of multiple document service operations in a single roundtrip.

Namespace: Ankiro.SearchServer.Web.Services
Assembly: Ankiro.SearchServer.Web (in Ankiro.SearchServer.Web.dll) Version: 1.13.770.19253 (1.13.770.19253)
Syntax

void ProcessIndexingCommands(
	int dataSourceId,
	IndexingContextCommand[] commands
)

Parameters

dataSourceId
Type: System Int32
commands
Type:  Ankiro.SearchServer.Data.IndexingContext IndexingContextCommand 
See Also