Click or drag to resize
BackgroundThreadQueueTMaximumParallelThreads Property
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.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int MaximumParallelThreads { get; set; }

Property Value

Type: Int32
See Also