Search Results for

    Show / Hide Table of Contents

    Class RetryService

    Inheritance
    System.Object
    RetryService
    Implements
    IRetryService
    Namespace: Crowdin.Api.Core.Resilience
    Assembly: Crowdin.Api.dll
    Syntax
    public class RetryService : object, IRetryService

    Constructors

    | Improve this Doc View Source

    RetryService(RetryConfiguration)

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

    Methods

    | Improve this Doc View Source

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

    Declaration
    public async 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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX