IDocumentWebService ProcessDocumentsAsync Method Ankiro Enterprise Suite Reference Documentation
This method does the same as ProcessDocuments, but processing is carried out asynchronously. Please refer to the documentation for the ProcessDocuments method for more details.

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 ProcessDocumentsAsync(
	int dataSourceId,
	DocumentData[] dataSourceDocuments
)

Parameters

dataSourceId
Type: System Int32
Id of DataSource invoking the document service.
dataSourceDocuments
Type:  Ankiro.SearchServer.Data DocumentData 
Collection of documents to add/update/delete.
See Also