FixedWindowRateLimiterOptions.PermitLimit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Maximum number of permit counters that can be allowed in a window. Must be set to a value > 0 by the time these options are passed to the constructor of FixedWindowRateLimiter.
public int PermitLimit { get; set; }
member this.PermitLimit : int with get, set
Public Property PermitLimit As Integer