Kentico 12 Service Pack API Reference
Kentico 12 Service Pack API Reference
Namespaces
CMS Namespaces
CMS.Base Namespaces
CMS.Base
ThreadQueueWorker(TItem, TWorker) Class
ThreadQueueWorker(TItem, TWorker) Methods
Enqueue Method
Process Method
ProcessItem Method
ProcessItems Method
ThreadQueueWorker
TItem
,
TWorker
ProcessItems 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: 12.0.0
Syntax
C#
Copy
protected
virtual
int
ProcessItems
(
IEnumerable
<TItem>
items
)
Parameters
items
Type:
System.Collections.Generic
IEnumerable
TItem
Worker queue.
Return Value
Type:
Int32
See Also
Reference
ThreadQueueWorker
TItem, TWorker
Class
CMS.Base Namespace
Copyright (c) 2019 Kentico Software
Send comments on this topic to
support@kentico.com