Search Results for

    Show / Hide Table of Contents

    Class RetryService

    Inheritance
    object
    RetryService
    Implements
    IRetryService
    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
    public class RetryService : IRetryService

    Constructors

    | Edit this page View Source

    RetryService(RetryConfiguration)

    Declaration
    public RetryService(RetryConfiguration configuration)
    Parameters
    Type Name Description
    RetryConfiguration configuration

    Methods

    | Edit this page View Source

    ExecuteRequestAsync<T>(Func<Task<T>>)

    Declaration
    public Task<T> ExecuteRequestAsync<T>(Func<Task<T>> func)
    Parameters
    Type Name Description
    Func<Task<T>> func
    Returns
    Type Description
    Task<T>
    Type Parameters
    Name Description
    T

    Implements

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