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
strListId
Type: System.StringThe list ID.
strPagingInfo
Type: System.StringPaging information.