Freigeben über


SPWorkItemJobDefinition.ProcessWorkItems-Methode (SPContentDatabase, SPWorkItemCollection)

HINWEIS: Diese API ist veraltet.

Startet die Verarbeitung von Arbeitsaufgaben gemäß der Definition für Auftrag zur, und gibt an, der Inhaltsdatenbank (SPContentDatabase) und Arbeitsaufgabe Auflistung (SPWorkItemCollection) für die Verarbeitung.

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

Syntax

'Declaration
<ObsoleteAttribute("Override the ProcessWorkItems method with SPJobState support instead.",  _
    False)> _
Public Overridable Sub ProcessWorkItems ( _
    db As SPContentDatabase, _
    workItems As SPWorkItemCollection _
)
'Usage
Dim instance As SPWorkItemJobDefinition
Dim db As SPContentDatabase
Dim workItems As SPWorkItemCollection

instance.ProcessWorkItems(db, workItems)
[ObsoleteAttribute("Override the ProcessWorkItems method with SPJobState support instead.", 
    false)]
public virtual void ProcessWorkItems(
    SPContentDatabase db,
    SPWorkItemCollection workItems
)

Parameter

Siehe auch

Referenz

SPWorkItemJobDefinition Klasse

SPWorkItemJobDefinition-Member

ProcessWorkItems-Überladung

Microsoft.SharePoint.Administration-Namespace

Microsoft.SharePoint.Administration.SPContentDatabase

Microsoft.SharePoint.SPWorkItemCollection