QueuedTaskSchedulerMaximumConcurrencyLevel Property |
Gets the maximum concurrency level to use when processing tasks.
Namespace: SD.LLBLGen.Pro.ApplicationCore.ParallelizationAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public override int MaximumConcurrencyLevel { get; }
Public Overrides ReadOnly Property MaximumConcurrencyLevel As Integer
Get
Property Value
Type:
Int32See Also