SPProductVersionJobDefinition.Execute method

Updates the database with the current state of products installed on this server.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides Sub Execute ( _
    targetInstanceId As Guid _
)
'Usage
Dim instance As SPProductVersionJobDefinition
Dim targetInstanceId As Guid

instance.Execute(targetInstanceId)
public override void Execute(
    Guid targetInstanceId
)

Parameters

  • targetInstanceId
    Type: System.Guid

    Unique identifier of the target (this) server for which product update is being made.

See also

Reference

SPProductVersionJobDefinition class

SPProductVersionJobDefinition members

Microsoft.SharePoint.Administration namespace