ComputeThrottleKey() private method

private ComputeThrottleKey ( RequestIdentity requestIdentity, RateLimitPeriod period ) : string
requestIdentity RequestIdentity
period RateLimitPeriod
return string
Ejemplo n.º 1
0
 protected virtual string ComputeThrottleKey(RequestIdentity requestIdentity, RateLimitPeriod period)
 {
     return(core.ComputeThrottleKey(requestIdentity, period));
 }