| QueuedTaskSchedulerMaximumConcurrencyLevel Property  | 
 Gets the maximum concurrency level to use when processing tasks.
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Parallelization
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic override int MaximumConcurrencyLevel { get; }Public Overrides ReadOnly Property MaximumConcurrencyLevel As Integer
	Get
Property Value
Type: 
Int32
See Also