Bewerken

SlidingWindowRateLimiterOptions.PermitLimit Property

Definition

Maximum number of requests that can be served in a window. Must be set to a value > 0 by the time these options are passed to the constructor of SlidingWindowRateLimiter.

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

Property Value

Applies to