Click or drag to resize

ProcessQueueStatistics Structure

Represents the statistics of a ProcessQueueT.
Inheritance Hierarchy
SystemObject
  SystemValueType
    GSF.CollectionsProcessQueueStatistics

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public struct ProcessQueueStatistics

The ProcessQueueStatistics type exposes the following members.

Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldActiveThreads Gets the current number of active threads.
Public fieldIsEnabled Gets indicator that the ProcessQueueT is currently enabled.
Public fieldIsProcessing Gets indicator that the ProcessQueueT is actively processing items.
Public fieldItemsBeingProcessed Gets the total number of items currently being processed.
Public fieldProcessingInterval Gets the interval, in milliseconds, on which new items begin processing.
Public fieldProcessingStyle Gets the item QueueProcessingStyle for the ProcessQueueT (i.e., one at a time or many at once).
Public fieldProcessTimeout Gets the maximum time, in milliseconds, allowed for processing an item.
Public fieldQueueCount Gets the number of elements queued for processing in the ProcessQueueT.
Public fieldRunTime Gets the total amount of time, in seconds, that the process ProcessQueueT has been active.
Public fieldThreadingMode Gets the current QueueThreadingMode for the ProcessQueueT (i.e., synchronous or asynchronous).
Public fieldTotalProcessedItems Gets the total number of items processed so far.
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also