Process
|
The ProcessQueueStatistics type exposes the following members.
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |
Name | Description | |
---|---|---|
ActiveThreads | Gets the current number of active threads. | |
IsEnabled | Gets indicator that the ProcessQueueT is currently enabled. | |
IsProcessing | Gets indicator that the ProcessQueueT is actively processing items. | |
ItemsBeingProcessed | Gets the total number of items currently being processed. | |
ProcessingInterval | Gets the interval, in milliseconds, on which new items begin processing. | |
ProcessingStyle | Gets the item QueueProcessingStyle for the ProcessQueueT (i.e., one at a time or many at once). | |
ProcessTimeout | Gets the maximum time, in milliseconds, allowed for processing an item. | |
QueueCount | Gets the number of elements queued for processing in the ProcessQueueT. | |
RunTime | Gets the total amount of time, in seconds, that the process ProcessQueueT has been active. | |
ThreadingMode | Gets the current QueueThreadingMode for the ProcessQueueT (i.e., synchronous or asynchronous). | |
TotalProcessedItems | Gets the total number of items processed so far. |
Name | Description | |
---|---|---|
GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) | |
GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |