Share via


TimerJobUtility.ResumeProcessListItemsBatch Method

Resumes processing the list of items in a batch.

Namespace:  Microsoft.Office.Server.Utilities
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Protected Overrides Sub ResumeProcessListItemsBatch ( _
    strListId As String, _
    <OutAttribute> ByRef strPagingInfo As String _
)
'Usage
Dim strListId As String
Dim strPagingInfo As String

Me.ResumeProcessListItemsBatch(strListId, _
    strPagingInfo)
protected override void ResumeProcessListItemsBatch(
    string strListId,
    out string strPagingInfo
)

Parameters

See Also

Reference

TimerJobUtility Class

TimerJobUtility Members

Microsoft.Office.Server.Utilities Namespace