TimerJobUtility.OnProcessedSite method
Processes the timer job on the site.
Namespace: Microsoft.Office.Server.Utilities
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Protected Overrides Sub OnProcessedSite ( _
site As SPSite, _
strSiteName As String _
)
'Usage
Dim site As SPSite
Dim strSiteName As String
Me.OnProcessedSite(site, strSiteName)
protected override void OnProcessedSite(
SPSite site,
string strSiteName
)
Parameters
site
Type: Microsoft.SharePoint.SPSiteSPSite.
strSiteName
Type: System.StringThe name of the site.