FixedWindowRateLimiterOptions.PermitLimit Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Nombre maximal de compteurs d’autorisation qui peuvent être autorisés dans une fenêtre. Doit être défini sur une valeur > 0 au moment où ces options sont passées au constructeur de FixedWindowRateLimiter.
public:
property int PermitLimit { int get(); void set(int value); };
public int PermitLimit { get; set; }
member this.PermitLimit : int with get, set
Public Property PermitLimit As Integer