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.
This member overrides SPPausableJobDefinition.Execute(SPJobState).
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Sub Execute ( _
jobState As SPJobState _
)
'Usage
Dim instance As SPRerunDiscoveryJobDefinition
Dim jobState As SPJobState
instance.Execute(jobState)
public override void Execute(
SPJobState jobState
)
Parameters
- jobState
Type: Microsoft.SharePoint.Administration.SPJobState
See also
Reference
SPRerunDiscoveryJobDefinition class