Click or drag to resize
ThreadQueueWorkerEventArgsTItemItems Property
Items to process. Does not support multiple enumerations since it is working over a queue.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public IEnumerable<TItem> Items { get; set; }

Property Value

Type: IEnumerableTItem
See Also