Search Results for

    Show / Hide Table of Contents

    Class RateLimitConfiguration

    Inheritance
    System.Object
    RateLimitConfiguration
    Namespace: Crowdin.Api.Core.RateLimiting
    Assembly: Crowdin.Api.dll
    Syntax
    public class RateLimitConfiguration : object

    Properties

    | Improve this Doc View Source

    InitialDelay

    Declaration
    public TimeSpan InitialDelay { get; set; }
    Property Value
    Type Description
    TimeSpan
    | Improve this Doc View Source

    MaxAttempts

    Declaration
    public int MaxAttempts { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    MaxDelay

    Declaration
    public TimeSpan MaxDelay { get; set; }
    Property Value
    Type Description
    TimeSpan
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX