SPWorkItemJobDefinition.Execute method (SPJobState)
Executes a job definition by processing work items.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Sub Execute ( _
jobState As SPJobState _
)
'Usage
Dim instance As SPWorkItemJobDefinition
Dim jobState As SPJobState
instance.Execute(jobState)
public override void Execute(
SPJobState jobState
)
Parameters
jobState
Type: Microsoft.SharePoint.Administration.SPJobStateA SPJobState instance that acts as a property bag for persisted job definition properties.