TokenBucketRateLimiterOptions.TokenLimit 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 jetons pouvant se trouver dans le compartiment à tout moment. Doit avoir la valeur > 0 au moment où ces options sont passées au constructeur de TokenBucketRateLimiter.
public int TokenLimit { get; set; }
member this.TokenLimit : int with get, set
Public Property TokenLimit As Integer