Click or drag to resize
IndexLoggerLogCustomTableBatchStart Method
Logs start of batch processing.

Namespace: CMS.Search.Internal
Assembly: CMS.Search (in CMS.Search.dll) Version: 11.0.0
Syntax
C#
public void LogCustomTableBatchStart(
	int batchNumber,
	int lastID,
	string tableName
)

Parameters

batchNumber
Type: SystemInt32
Number of batch.
lastID
Type: SystemInt32
ID of last item that is not present in the batch.
tableName
Type: SystemString
Code name of the table of processed objects
See Also