Click or drag to resize
ThreadQueueWorkerTItem, TWorkerProcessItems 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.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
protected virtual int ProcessItems(
	IEnumerable<TItem> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableTItem
Items to process

Return Value

Type: Int32
See Also