FixedWindowRateLimiter(FixedWindowRateLimiterOptions) Constructor

Definición

Inicializa el FixedWindowRateLimiter.

public:
 FixedWindowRateLimiter(System::Threading::RateLimiting::FixedWindowRateLimiterOptions ^ options);
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)

Parámetros

options
FixedWindowRateLimiterOptions

Opciones para especificar el comportamiento de .FixedWindowRateLimiter

Se aplica a