ConcurrencyLimiter(ConcurrencyLimiterOptions) 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 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.