Edit

SlidingWindowRateLimiterOptions.Window Property

Definition

Specifies the minimum period between replenishments. Must be set to a value greater than Zero by the time these options are passed to the constructor of SlidingWindowRateLimiter.

public:
 property TimeSpan Window { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan Window { get; set; }
member this.Window : TimeSpan with get, set
Public Property Window As TimeSpan

Property Value

Applies to