LimitedConcurrencyLevelTaskScheduler ​
Provides a task scheduler that ensures a maximum concurrency level while running on top of the thread pool.
Kind: Class
Namespace: CrowdControl.Common
Inheritance: TaskScheduler
Public Constructors
LimitedConcurrencyLevelTaskScheduler(int maxDegreeOfParallelism)
Public Member Functions
Task
WaitAllAsync()
Properties
int
MaximumConcurrencyLevel
[get, ]
