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.230-beta+03417d7b5cff037b24e882d7adef82d359b34964
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