ConcurrencyLimiter(ConcurrencyLimiterOptions) Constructor

Definition

Initializes the ConcurrencyLimiter.

public ConcurrencyLimiter (System.Threading.RateLimiting.ConcurrencyLimiterOptions options);
new System.Threading.RateLimiting.ConcurrencyLimiter : System.Threading.RateLimiting.ConcurrencyLimiterOptions -> System.Threading.RateLimiting.ConcurrencyLimiter
Public Sub New (options As ConcurrencyLimiterOptions)

Parameters

options
ConcurrencyLimiterOptions

Options to specify the behavior of the ConcurrencyLimiter.

Applies to