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.218-beta+101eee949414e414795e55a6e73d88938f0177b8
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