Click or drag to resize

ProcessQueueTMaximumThreads Property

Gets or sets the maximum number of threads to process simultaneously.

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
Syntax
public virtual int MaximumThreads { get; set; }
View Source

Property Value

Int32
Sets the maximum number of processing threads.

Return Value

Int32
Maximum number of processing threads.
Remarks
If MaximumThreads is set to one, item processing will be synchronous (i.e., ThreadingMode = Synchronous)
See Also