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.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int MaximumParallelThreads { get; set; }
Public Property MaximumParallelThreads As Integer
Get
Set
public:
property int MaximumParallelThreads {
int get ();
void set (int value);
}
member MaximumParallelThreads : int with get, set
Property Value
Type:
Int32See Also