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.181-beta
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