Click or drag to resize
ThreadQueueWorkerEventArgsTItem Properties

The ThreadQueueWorkerEventArgsTItem generic type exposes the following members.

Properties
  NameDescription
Public propertyCurrentHandler
Currently executing handler
(Inherited from CMSEventArgs.)
Public propertyItems
Items to process. Does not support multiple enumerations since it is working over a queue.
Public propertyItemsProcessed
Number of items processed in current cycle.
Public propertyOriginalEventArgs
Original event arguments for the event
(Inherited from CMSEventArgs.)
Top
See Also