Class RetryConfiguration
Inheritance
System.Object
RetryConfiguration
Assembly: Crowdin.Api.dll
Syntax
public class RetryConfiguration : object
Properties
|
Improve this Doc
View Source
RetriesCount
Declaration
public int RetriesCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SkipRetryConditions
Declaration
public ICollection<Predicate<Exception>> SkipRetryConditions { get; set; }
Property Value
Type |
Description |
ICollection<Predicate<Exception>> |
|
|
Improve this Doc
View Source
WaitIntervalMilliseconds
Declaration
public int WaitIntervalMilliseconds { get; set; }
Property Value
Type |
Description |
System.Int32 |
|