IDocumentWebService BeginFullUpdate Method Ankiro Enterprise Suite Reference Documentation
Creates a new datasource transaction internally, signalling that the set of documents transmitted through subsequent calls to ProcessDocumentsInFullUpdate contain the full set of documents contained in the underlying external datasource. It is necessary to invoke BeginFullUpdate before calls to ProcessDocumentsInFullUpdate. At the same time, BeginFullUpdate should only be used in conjunction with the CommitFullUpdate method.

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 BeginFullUpdate(
	int dataSourceId
)

Parameters

dataSourceId
Type: System Int32
Id of DataSource invoking the document service.
See Also