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.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
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