Click or drag to resize
BackgroundThreadQueueT Properties

The BackgroundThreadQueueT generic type exposes the following members.

Properties
  NameDescription
Public propertyCountDroppedItems
See interface docs.
Public propertyCountQueuedItems
See interface docs.
Public propertyMaximumParallelThreads
Gets or sets the maximum number of parallel threads used when the mechanism is ThreadPool. Has no effect with other mechanisms, or if the queue has already been started.
Public propertyMaxQueuedItems
The maximum number of items allowed in the queue.
Public propertyName
See interface docs.
Public propertyPeakQueuedItems
See interface docs.
Top
See Also