FixedWindowRateLimiter(FixedWindowRateLimiterOptions) Constructor
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.
Initializes the FixedWindowRateLimiter.
public FixedWindowRateLimiter (System.Threading.RateLimiting.FixedWindowRateLimiterOptions options);
new System.Threading.RateLimiting.FixedWindowRateLimiter : System.Threading.RateLimiting.FixedWindowRateLimiterOptions -> System.Threading.RateLimiting.FixedWindowRateLimiter
Public Sub New (options As FixedWindowRateLimiterOptions)
Parameters
- options
- FixedWindowRateLimiterOptions
Options to specify the behavior of the FixedWindowRateLimiter.