TimerJobUtility.OnProcessedListItemsBatch Method
Executes timer job processing for the specified batch of items (SPListItemCollection object).
Namespace: Microsoft.Office.Server.Utilities
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Protected Overrides Sub OnProcessedListItemsBatch ( _
strListId As String, _
items As SPListItemCollection, _
batchNo As Integer, _
batchItemCount As Integer _
)
'Usage
Dim strListId As String
Dim items As SPListItemCollection
Dim batchNo As Integer
Dim batchItemCount As Integer
Me.OnProcessedListItemsBatch(strListId, _
items, batchNo, batchItemCount)
protected override void OnProcessedListItemsBatch(
string strListId,
SPListItemCollection items,
int batchNo,
int batchItemCount
)
Parameters
- strListId
Type: System.String
The list ID.
- items
Type: Microsoft.SharePoint.SPListItemCollection
The SPListItemsCollection object.
- batchNo
Type: System.Int32
The batch number.
- batchItemCount
Type: System.Int32
The number of items in the SPListItemsCollection batch.