WorkItemTimerJobState.OnWebChanged Method
Called after changing the web for the next work item.
Namespace: Microsoft.Office.Server.Utilities
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Protected Overridable Sub OnWebChanged ( _
wi As SPWorkItem _
)
'Usage
Dim wi As SPWorkItem
Me.OnWebChanged(wi)
protected virtual void OnWebChanged(
SPWorkItem wi
)
Parameters
- wi
Type: Microsoft.SharePoint.SPWorkItem
SPWorkItem.
Remarks
Override this method in a derived class to run code after changing to the next web.