SPWorkItemJobDefinition.ProcessWorkItems-Methode (SPContentDatabase, SPWorkItemCollection, SPJobState)
Startet die Verarbeitung von Arbeitsaufgaben und gibt die Inhaltsdatenbank, die Arbeit Element-Auflistung, die Arbeitsaufgaben und den aktuellen Status der anhaltbarer Timer Jobs enthält.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable Function ProcessWorkItems ( _
contentDatabase As SPContentDatabase, _
workItems As SPWorkItemCollection, _
jobState As SPJobState _
) As Boolean
'Usage
Dim contentDatabase As SPContentDatabase
Dim workItems As SPWorkItemCollection
Dim jobState As SPJobState
Dim returnValue As Boolean
returnValue = Me.ProcessWorkItems(contentDatabase, _
workItems, jobState)
protected virtual bool ProcessWorkItems(
SPContentDatabase contentDatabase,
SPWorkItemCollection workItems,
SPJobState jobState
)
Parameter
contentDatabase
Typ: Microsoft.SharePoint.Administration.SPContentDatabaseDie SPContentDatabase -Instanz, die das Element enthält.
workItems
Typ: Microsoft.SharePoint.SPWorkItemCollectionDie Arbeit Elementauflistung (SPWorkItemCollection Instanz), die die Arbeitsaufgabe verarbeitet enthält.
jobState
Typ: Microsoft.SharePoint.Administration.SPJobStateDer aktuelle Status der anhaltbarer Timer-Job, dargestellt durch die SPJobState -Instanz.
Rückgabewert
Typ: System.Boolean
Boolean true zurückgegeben, wenn der Zeitgeberauftrag für das Arbeitselement verarbeitet fortgesetzt werden soll.
Siehe auch
Referenz
SPWorkItemJobDefinition Klasse