ConcurrencyLimiter | Creates a new instance of the ConcurrencyLimiter class with a ShortSynchronizedOperation and a maximum concurrency level equal to the number of processors on the current machine. |
ConcurrencyLimiter(Int32) | Creates a new instance of the ConcurrencyLimiter class with a ShortSynchronizedOperation. |
ConcurrencyLimiter(SynchronizedOperationFactory) | Creates a new instance of the ConcurrencyLimiter class with a maximum concurrency level equal to the number of processors on the current machine. |
ConcurrencyLimiter(SynchronizedOperationFactory, Int32) | Creates a new instance of the ConcurrencyLimiter class. |