Search Results for

    Show / Hide Table of Contents

    Class RetryConfiguration

    Inheritance
    object
    RetryConfiguration
    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.Resilience
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class RetryConfiguration

    Properties

    | Edit this page View Source

    RetriesCount

    Declaration
    public int RetriesCount { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    SkipRetryConditions

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

    WaitIntervalMilliseconds

    Declaration
    public int WaitIntervalMilliseconds { get; set; }
    Property Value
    Type Description
    int
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX