SynchronizationQueueWorkerProcessItems Method |
Processes the given list of items. Override this method to process queued items as a bulk. Returns the number of processed items.
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax protected override int ProcessItems(
IEnumerable<SimpleQueueItem> items
)
Parameters
- items
- Type: System.Collections.GenericIEnumerableSimpleQueueItem
Worker queue.
Return Value
Type:
Int32See Also