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