Method | Description | |
---|---|---|
Add ( IRateLimiter limiter ) : void | ||
RateLimiterGroup ( ) : System.Collections.Generic | ||
Remove ( IRateLimiter limiter ) : void | ||
TryProcess ( int amount ) : bool | ||
UpdateChunks ( int maxRate, int actualRate ) : void |
public RateLimiterGroup ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public Remove ( IRateLimiter limiter ) : void | ||
limiter | IRateLimiter | |
return | void |
public UpdateChunks ( int maxRate, int actualRate ) : void | ||
maxRate | int | |
actualRate | int | |
return | void |