ILimitCalculator.CalculateLimit method
Responsible for calculate and return a limit value.
public int CalculateLimit(IConcurrencyContext context)
parameter | description |
---|---|
context | A concurrency context properties. |
Return Value
An integer limit based on the calculator logic and the current concurrency context.
See Also
- interface IConcurrencyContext
- interface ILimitCalculator
- namespace Farfetch.LoadShedding.Calculators