SPWorkItemJobDefinition.ProcessWorkItems Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
ProcessWorkItems(SPContentDatabase, SPWorkItemCollection) | 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, Boolean) | 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