public async Task Reset()
 {
     await _stockTicker.Reset();
 }
Exemple #2
0
 public void Reset()
 {
     _stockTicker.Reset();
 }