Skip to main content

AdaptativeLimiterBuilder.WithOptions method (1 of 2)

Sets the Concurrency Options configured by the client.

public AdaptativeLimiterBuilder WithOptions(Action<ConcurrencyOptions> options)
parameterdescription
optionsAn action to configure the ConcurrencyOptions.

Return Value

The AdaptativeLimiterBuilder updated with the options.

See Also


AdaptativeLimiterBuilder.WithOptions method (2 of 2)

Sets the Concurrency Options configured by the client.

public AdaptativeLimiterBuilder WithOptions(ConcurrencyOptions options)
parameterdescription
optionsAn action to configure the ConcurrencyOptions.

Return Value

The AdaptativeLimiterBuilder updated with the options.

See Also