HiddenListFullSyncJobDefinition.Execute Method (SPContentDatabase, SPJobState)
Executes a HiddentListFullSyncJobDefinition object process job for the specified SPContentDatabase content database object and the specified SPJobState object.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Overrides Sub Execute ( _
contentDatabase As SPContentDatabase, _
jobState As SPJobState _
)
'Usage
Dim instance As HiddenListFullSyncJobDefinition
Dim contentDatabase As SPContentDatabase
Dim jobState As SPJobState
instance.Execute(contentDatabase, jobState)
public override void Execute(
SPContentDatabase contentDatabase,
SPJobState jobState
)
Parameters
contentDatabase
Type: Microsoft.SharePoint.Administration.SPContentDatabaseThe SPContentDatabase against which to execute the HiddenListFullSyncJobDefinition
jobState
Type: Microsoft.SharePoint.Administration.SPJobStateThe SPJobState to use for the current HiddentListFullSyncJobDefinition process job
See Also
Reference
HiddenListFullSyncJobDefinition Class