示例#1
0
 public void ResetBackoff()
 {
     NumAttempts = 0;
     _retryStrategy.Reset();
 }