Click or drag to resize

ProcessQueueStatistics Fields

The ProcessQueueStatistics type exposes the following members.

Fields
  Name Description
Public field ActiveThreads Gets the current number of active threads.
Public field IsEnabled Gets indicator that the ProcessQueueT is currently enabled.
Public field IsProcessing Gets indicator that the ProcessQueueT is actively processing items.
Public field ItemsBeingProcessed Gets the total number of items currently being processed.
Public field ProcessingInterval Gets the interval, in milliseconds, on which new items begin processing.
Public field ProcessingStyle Gets the item QueueProcessingStyle for the ProcessQueueT (i.e., one at a time or many at once).
Public field ProcessTimeout Gets the maximum time, in milliseconds, allowed for processing an item.
Public field QueueCount Gets the number of elements queued for processing in the ProcessQueueT.
Public field RunTime Gets the total amount of time, in seconds, that the process ProcessQueueT has been active.
Public field ThreadingMode Gets the current QueueThreadingMode for the ProcessQueueT (i.e., synchronous or asynchronous).
Public field TotalProcessedItems Gets the total number of items processed so far.
Top
See Also