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