Class ExponentialBackoffRateLimiter
Inheritance
System.Object
ExponentialBackoffRateLimiter
Assembly: Crowdin.Api.dll
Syntax
public class ExponentialBackoffRateLimiter : object, IRateLimiter
Constructors
|
Improve this Doc
View Source
ExponentialBackoffRateLimiter(RateLimitConfiguration)
Declaration
public ExponentialBackoffRateLimiter(RateLimitConfiguration configuration)
Parameters
Methods
|
Improve this Doc
View Source
ExecuteRequest(Func<Int32, Task<HttpResponseMessage>>)
Declaration
public async Task<HttpResponseMessage> ExecuteRequest(Func<int, Task<HttpResponseMessage>> runRequest)
Parameters
Type |
Name |
Description |
Func<System.Int32, Task<HttpResponseMessage>> |
runRequest |
|
Returns
Type |
Description |
Task<HttpResponseMessage> |
|
Implements