SPSiteInventoryCollectionJobDefinition.ProcessSite Method
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)
Available in Sandboxed Solutions: No
Syntax
'Declaration
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)
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