SearchIndexerLogBatchStart Method (Int32, Int32, String) |
Logs start of batch processeing.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax protected virtual void LogBatchStart(
int batchNumber,
int lastID,
string objectType
)
Parameters
- batchNumber
- Type: SystemInt32
Number of batch. - lastID
- Type: SystemInt32
ID of last item that is not present in the batch. - objectType
- Type: SystemString
Object type of processed objects
See Also