예제 #1
0
 public ThrottledView()
 {
     _view = _ints.AsThrottledView(TimeSpan.FromMilliseconds(10));
 }
예제 #2
0
 public ThrottledView()
 {
     this.view = this.ints.AsThrottledView(TimeSpan.FromMilliseconds(10));
 }