SlidingWindowRateLimiterOptions.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 demandes pouvant être traitées dans une fenêtre. Doit avoir la valeur > 0 au moment où ces options sont passées au constructeur de SlidingWindowRateLimiter.
public int PermitLimit { get; set; }
member this.PermitLimit : int with get, set
Public Property PermitLimit As Integer