DisableRateLimitingAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
停用端點上要求速率限制的中繼資料。
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public sealed class DisableRateLimitingAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type DisableRateLimitingAttribute = class
inherit Attribute
Public NotInheritable Class DisableRateLimitingAttribute
Inherits Attribute
- 繼承
-
DisableRateLimitingAttribute
- 屬性
備註
完全停用速率限制中介軟體套用至此端點。
建構函式
DisableRateLimitingAttribute() |
停用端點上要求速率限制的中繼資料。 |