WorkItemTimerJobState.OnSiteChanged Method
Called after changing the site for the next work item.
Namespace: Microsoft.Office.Server.Utilities
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Protected Overridable Sub OnSiteChanged ( _
wi As SPWorkItem _
)
'Usage
Dim wi As SPWorkItem
Me.OnSiteChanged(wi)
protected virtual void OnSiteChanged(
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 SPSite object.