Search Results for

    Show / Hide Table of Contents

    Class ExponentialBackoffRateLimiter

    Inheritance
    System.Object
    ExponentialBackoffRateLimiter
    Implements
    IRateLimiter
    Namespace: Crowdin.Api.Core.RateLimiting
    Assembly: Crowdin.Api.dll
    Syntax
    public class ExponentialBackoffRateLimiter : object, IRateLimiter

    Constructors

    | Improve this Doc View Source

    ExponentialBackoffRateLimiter(RateLimitConfiguration)

    Declaration
    public ExponentialBackoffRateLimiter(RateLimitConfiguration configuration)
    Parameters
    Type Name Description
    RateLimitConfiguration configuration

    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

    IRateLimiter
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX