Microsoft.AspNetCore.ConcurrencyLimiter Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains types that are used for limiting the number of concurrent requests allowed in the application.
Classes
ConcurrencyLimiterMiddleware |
Limits the number of concurrent requests allowed in the application. |
ConcurrencyLimiterOptions |
Specifies options for the ConcurrencyLimiterMiddleware. |
QueuePolicyOptions |
Specifies options for the IQueuePolicy |
Interfaces
IQueuePolicy |
Queueing policies, meant to be used with the ConcurrencyLimiterMiddleware. |