Share via


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

See also

Reference

TimerJobUtility class

TimerJobUtility members

Microsoft.Office.Server.Utilities namespace