Class ExponentialBackoffRateLimiter
Inheritance
ExponentialBackoffRateLimiter
Assembly: Crowdin.Api.dll
Syntax
public class ExponentialBackoffRateLimiter : IRateLimiter
Constructors
|
Edit this page
View Source
ExponentialBackoffRateLimiter(RateLimitConfiguration)
Declaration
public ExponentialBackoffRateLimiter(RateLimitConfiguration configuration)
Parameters
Methods
|
Edit this page
View Source
ExecuteRequest(Func<int, Task<HttpResponseMessage>>)
Declaration
public Task<HttpResponseMessage> ExecuteRequest(Func<int, Task<HttpResponseMessage>> runRequest)
Parameters
Returns
Implements