Compartilhar via


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

  • listNames
    Type: []
    Names 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.

See Also

Reference

TimerJobUtility Class

TimerJobUtility Members

Microsoft.Office.Server.Utilities Namespace