CustomTableSearchIndexerLogBatchStart Method (Int32, Int32, String) |
Logs start of batch processeing.
Namespace: CMS.CustomTablesAssembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 8.2.23
Syntax 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