ThreadQueueWorkerEventArgsTItemItems Property |
Items to process. Does not support multiple enumerations since it is working over a queue.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public IEnumerable<TItem> Items { get; set; }
Property Value
Type:
IEnumerableTItemSee Also