Click or drag to resize
CustomTableSearchIndexerLogBatchStart Method (Int32, Int32, String)
Logs start of batch processeing.

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 9.0.0
Syntax
C#
protected override void LogBatchStart(
	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