Share via


DisableRateLimitingAttribute Classe

Définition

Métadonnées qui désactivent la limitation du taux de requête sur un point de terminaison.

[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
Héritage
DisableRateLimitingAttribute
Attributs

Remarques

Désactive complètement l’intergiciel de limitation du débit de l’application à ce point de terminaison.

Constructeurs

DisableRateLimitingAttribute()

Métadonnées qui désactivent la limitation du taux de requête sur un point de terminaison.

S’applique à