Share via


TimerJobUtility.ResumeProcessWebs method

Resumes processing webs.

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

Syntax

'Declaration
Protected Overrides Sub ResumeProcessWebs ( _
    strSiteId As String, _
    webs As SPWebCollection, _
    <OutAttribute> ByRef webNames As String(), _
    <OutAttribute> ByRef cWebs As Integer, _
    <OutAttribute> ByRef iWeb As Integer _
)
'Usage
Dim strSiteId As String
Dim webs As SPWebCollection
Dim webNames As String()
Dim cWebs As Integer
Dim iWeb As Integer

Me.ResumeProcessWebs(strSiteId, webs, _
    webNames, cWebs, iWeb)
protected override void ResumeProcessWebs(
    string strSiteId,
    SPWebCollection webs,
    out string[] webNames,
    out int cWebs,
    out int iWeb
)

Parameters

  • webNames
    Type: []

    Names of webs.

See also

Reference

TimerJobUtility class

TimerJobUtility members

Microsoft.Office.Server.Utilities namespace