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
- strSiteId
Type: System.String
Site ID.
- webs
Type: Microsoft.SharePoint.SPWebCollection
Webs.
- webNames
Type: []
Names of webs.
- cWebs
Type: System.Int32
Count of webs.
- iWeb
Type: System.Int32
Web IDs.