| SearchIndexerLogBatchStart Method (Int32, Int32) | 
            Logs the start of batch processing. 
            
 
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 8.2.23
Syntaxprotected virtual void LogBatchStart(
	int batchNumber,
	int lastID
)
Parameters
- batchNumber
 - Type: SystemInt32
Number of batch - lastID
 - Type: SystemInt32
ID of last item that is not present in the batch 
See Also