ILimitCalculator interface
Represents an interface that is responsible for the abstraction of different types of limit calculators.
public interface ILimitCalculator
Members
name | description |
---|---|
CalculateLimit(…) | Responsible for calculate and return a limit value. |
See Also
- namespace Farfetch.LoadShedding.Calculators