Esempio n. 1
0
 public bool TryGetValue(string key, out ThrottleEntry entry)
 {
     return(_throttleStore.TryGetValue(key, out entry));
 }
Esempio n. 2
0
 public bool TryGetValue(string key, out ThrottleEntry entry)
 {
     return _throttleStore.TryGetValue(key, out entry);
 }