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.
Deletes the job history definition based on the given job state.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Sub Execute ( _
jobState As SPJobState _
)
'Usage
Dim instance As SPDeleteJobHistoryJobDefinition
Dim jobState As SPJobState
instance.Execute(jobState)
public override void Execute(
SPJobState jobState
)
Parameters
jobState
Type: Microsoft.SharePoint.Administration.SPJobStateA [SPJobState] object used to provide access to properties saved when a job is paused.
See Also
Reference
SPDeleteJobHistoryJobDefinition Class