AdaptativeLimiterBuilder.WithOptions method (1 of 2)
Sets the Concurrency Options configured by the client.
public AdaptativeLimiterBuilder WithOptions(Action<ConcurrencyOptions> options)
parameter | description |
---|---|
options | An action to configure the ConcurrencyOptions. |
Return Value
The AdaptativeLimiterBuilder updated with the options.
See Also
- class ConcurrencyOptions
- class AdaptativeLimiterBuilder
- namespace Farfetch.LoadShedding.Builders
AdaptativeLimiterBuilder.WithOptions method (2 of 2)
Sets the Concurrency Options configured by the client.
public AdaptativeLimiterBuilder WithOptions(ConcurrencyOptions options)
parameter | description |
---|---|
options | An action to configure the ConcurrencyOptions. |
Return Value
The AdaptativeLimiterBuilder updated with the options.
See Also
- class ConcurrencyOptions
- class AdaptativeLimiterBuilder
- namespace Farfetch.LoadShedding.Builders