Class RetryConfiguration
Inheritance
RetryConfiguration
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class RetryConfiguration
Properties
|
Edit this page
View Source
RetriesCount
Declaration
public int RetriesCount { get; set; }
Property Value
|
Edit this page
View Source
SkipRetryConditions
Declaration
public ICollection<Predicate<Exception>> SkipRetryConditions { get; set; }
Property Value
|
Edit this page
View Source
WaitIntervalMilliseconds
Declaration
public int WaitIntervalMilliseconds { get; set; }
Property Value