Click or drag to resize

ThumbnailViewMaxWorkerThreads Property

Gets or sets the number of worker threads that will be active at a single time in the thread pool.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int MaxWorkerThreads { get; set; }

Property Value

Type: Int32
The number of worker threads that will be active at a single time in the thread pool.
Remarks
This value defaults to 3 meaning that up to 3 images will load at once in the background thread pool. Increasing this number will cause more simultaneous threads to be created which could increase performance with multiple CPU systems.
See Also