Search Results for

    Show / Hide Table of Contents

    Class RetryConfiguration

    Inheritance
    System.Object
    RetryConfiguration
    Namespace: Crowdin.Api.Core.Resilience
    Assembly: Crowdin.Api.dll
    Syntax
    public class RetryConfiguration : object

    Properties

    | Improve this Doc View Source

    RetriesCount

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

    SkipRetryConditions

    Declaration
    public ICollection<Predicate<Exception>> SkipRetryConditions { get; set; }
    Property Value
    Type Description
    ICollection<Predicate<Exception>>
    | Improve this Doc View Source

    WaitIntervalMilliseconds

    Declaration
    public int WaitIntervalMilliseconds { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX