Search Results for

    Show / Hide Table of Contents

    Interface IRetryService

    Namespace: Crowdin.Api.Core.Resilience
    Assembly: Crowdin.Api.dll
    Syntax
    public interface IRetryService

    Methods

    | Improve this Doc View Source

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

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