コード例 #1
0
 public ApiProvider(int maxActions, TimeSpan perTimeSpan)
 {
     _apiQueue = new TimeThrottledQueue(maxActions, perTimeSpan);
 }