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.SPSite
SPSite.
- strSiteName
Type: System.String
The name of the site.