Search Results for

    Show / Hide Table of Contents

    Class ExponentialBackoffRateLimiter

    Inheritance
    object
    ExponentialBackoffRateLimiter
    Implements
    IRateLimiter
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.Core.RateLimiting
    Assembly: Crowdin.Api.dll
    Syntax
    public class ExponentialBackoffRateLimiter : IRateLimiter

    Constructors

    | Edit this page View Source

    ExponentialBackoffRateLimiter(RateLimitConfiguration)

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

    Methods

    | Edit this page View Source

    ExecuteRequest(Func<int, Task<HttpResponseMessage>>)

    Declaration
    public Task<HttpResponseMessage> ExecuteRequest(Func<int, Task<HttpResponseMessage>> runRequest)
    Parameters
    Type Name Description
    Func<int, Task<HttpResponseMessage>> runRequest
    Returns
    Type Description
    Task<HttpResponseMessage>

    Implements

    IRateLimiter
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX