SPWorkItemJobDefinition.ProcessWorkItems method
Overload list
Name | Description | |
---|---|---|
ProcessWorkItems(SPContentDatabase, SPWorkItemCollection) | Obsolete. Launches the processing of work items as specified by the job definition and specifies the content database (SPContentDatabase) and work-item collection (SPWorkItemCollection) for processing. | |
ProcessWorkItems(SPContentDatabase, SPWorkItemCollection, SPJobState) | Launches the processing of work items and specifies the content database, the work item collection that contains the work items, and the current state of the pausable timer jobs. | |
ProcessWorkItems(SPContentDatabase, SPWorkItemCollection, Boolean) | Obsolete. Launches the processing of work items as specified by the job definition and specifies the content database (SPContentDatabase) and work-item collection (SPWorkItemCollection) for processing. Also specifies whether to continue fetching work items when an error is encountered. |
Top