Click or drag to resize
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.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntax
C#
protected override int ProcessItems(
	IEnumerable<SimpleQueueItem> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableSimpleQueueItem
Worker queue.

Return Value

Type: Int32
See Also