Class RateLimitConfiguration
Inheritance
System.Object
RateLimitConfiguration
Assembly: Crowdin.Api.dll
Syntax
public class RateLimitConfiguration : object
Properties
|
Improve this Doc
View Source
InitialDelay
Declaration
public TimeSpan InitialDelay { get; set; }
Property Value
Type |
Description |
TimeSpan |
|
|
Improve this Doc
View Source
MaxAttempts
Declaration
public int MaxAttempts { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MaxDelay
Declaration
public TimeSpan MaxDelay { get; set; }
Property Value
Type |
Description |
TimeSpan |
|