TimerJobUtility.ResumeProcessLists Method
Resume processing a collection of lists.
Namespace: Microsoft.Office.Server.Utilities
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Protected Overrides Sub ResumeProcessLists ( _
strWebId As String, _
lists As SPListCollection, _
<OutAttribute> ByRef listNames As String(), _
<OutAttribute> ByRef cLists As Integer, _
<OutAttribute> ByRef iList As Integer _
)
'Usage
Dim strWebId As String
Dim lists As SPListCollection
Dim listNames As String()
Dim cLists As Integer
Dim iList As Integer
Me.ResumeProcessLists(strWebId, lists, _
listNames, cLists, iList)
protected override void ResumeProcessLists(
string strWebId,
SPListCollection lists,
out string[] listNames,
out int cLists,
out int iList
)
Parameters
- strWebId
Type: System.String
The Web ID.
- lists
Type: Microsoft.SharePoint.SPListCollection
The SPListCollection object.
- listNames
Type: []
Names of the lists.
- cLists
Type: System.Int32
Count of the lists.
- iList
Type: System.Int32
IDs of the lists.
Remarks
Microsoft orders the list collection manually by ID because we don't want to force fetching of the root folder URL, and the list collection does not guarantee order.