ConcurrencyLimiterMiddleware 類別
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Concurrency Limiter middleware has been deprecated and will be removed in a future release. Update the app to use concurrency features in rate limiting middleware. For more information, see https://aka.ms/aspnet/rate-limiting
限制應用程式中允許的並行要求數目。
public ref class ConcurrencyLimiterMiddleware
C#
public class ConcurrencyLimiterMiddleware
C#
[System.Obsolete("Concurrency Limiter middleware has been deprecated and will be removed in a future release. Update the app to use concurrency features in rate limiting middleware. For more information, see https://aka.ms/aspnet/rate-limiting")]
public class ConcurrencyLimiterMiddleware
type ConcurrencyLimiterMiddleware = class
[<System.Obsolete("Concurrency Limiter middleware has been deprecated and will be removed in a future release. Update the app to use concurrency features in rate limiting middleware. For more information, see https://aka.ms/aspnet/rate-limiting")>]
type ConcurrencyLimiterMiddleware = class
Public Class ConcurrencyLimiterMiddleware
- 繼承
-
ConcurrencyLimiterMiddleware
- 屬性
Invoke(Http |
已淘汰.
叫用中介軟體的邏輯。 |
產品 | 版本 (已過時) |
---|---|
ASP.NET Core | 3.0, 3.1, 5.0, 6.0, 7.0 (8.0, 9.0) |