TimerJobUtility.OnProcessedWeb Method
Executes timer job processing for the specified SPWeb object.
Namespace: Microsoft.Office.Server.Utilities
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Protected Overrides Sub OnProcessedWeb ( _
strSiteId As String, _
web As SPWeb, _
strWebName As String _
)
'Usage
Dim strSiteId As String
Dim web As SPWeb
Dim strWebName As String
Me.OnProcessedWeb(strSiteId, web, _
strWebName)
protected override void OnProcessedWeb(
string strSiteId,
SPWeb web,
string strWebName
)
Parameters
- strSiteId
Type: System.String
The site ID.
- web
Type: Microsoft.SharePoint.SPWeb
The SPWeb to process.
- strWebName
Type: System.String
The name of the web.