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 based on the given job instance identifier.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides NotOverridable Sub Execute ( _
targetInstanceId As Guid _
)
'Usage
Dim instance As SPPausableJobDefinition
Dim targetInstanceId As Guid
instance.Execute(targetInstanceId)
public override sealed void Execute(
Guid targetInstanceId
)
Parameters
targetInstanceId
Type: System.GuidA unique identifier of the target instance.