Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Execute the job definition.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public MustOverride Sub Execute ( _
jobState As SPJobState _
)
'Usage
Dim instance As SPPausableJobDefinition
Dim jobState As SPJobState
instance.Execute(jobState)
public abstract void Execute(
SPJobState jobState
)
Parameters
jobState
Type: Microsoft.SharePoint.Administration.SPJobStateA [Microsoft.SharePoint.Administration.SPJobState] object that provides state for the job execution.