Class RetryService
Inheritance
System.Object
RetryService
Assembly: Crowdin.Api.dll
Syntax
public class RetryService : object, IRetryService
Constructors
|
Improve this Doc
View Source
RetryService(RetryConfiguration)
Declaration
public RetryService(RetryConfiguration configuration)
Parameters
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 Parameters
Implements