SPSiteInventoryCollectionJobDefinition.ProcessSite method
NOTE: This API is now obsolete.
Stops all work if either usage logging or the site inventory provider is disabled, clears the job state, and performs site inventory logging. Collects and logs site level and web level data.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Site inventory collection is no longer necessary for the new analytics platform.")> _
Public Overrides Sub ProcessSite ( _
site As SPSite, _
jobState As SPJobState _
)
'Usage
Dim instance As SPSiteInventoryCollectionJobDefinition
Dim site As SPSite
Dim jobState As SPJobState
instance.ProcessSite(site, jobState)
[ObsoleteAttribute("Site inventory collection is no longer necessary for the new analytics platform.")]
public override void ProcessSite(
SPSite site,
SPJobState jobState
)
Parameters
- site
Type: Microsoft.SharePoint.SPSite
jobState
Type: Microsoft.SharePoint.Administration.SPJobStateThe [Microsoft.SharePoint.Administration.SPJobState] object provides access to properties that will be saved when a job is paused.
See also
Reference
SPSiteInventoryCollectionJobDefinition class