ConcurrencyLimiter Properties

Properties

CurrentConcurrencyLevel Gets the number of threads that are currently executing tasks concurrently.
IdGets the unique ID for this TaskScheduler.
(Inherited from TaskScheduler)
MaximumConcurrencyLevel Gets the maximum number of threads that can be executing tasks concurrently.
(Overrides TaskSchedulerMaximumConcurrencyLevel)

See Also