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