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