Interface IRetryService
Namespace: Crowdin.Api.Core.Resilience
Assembly: Crowdin.Api.dll
Syntax
public interface IRetryService
Methods
| Edit this page View SourceExecuteRequestAsync<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 |