Пример #1
0
 public BestEffortRetryStrategy(IBackoffCalculator calculator)
 {
     _backoffCalculator = calculator;
 }