Property RateLimitDelay
RateLimitDelay
Gets the value indicating how long the operation has been delayed
due to rate limiting.
Declaration
public TimeSpan RateLimitDelay { get; }
Property Value
| Type | Description |
|---|---|
| TimeSpan | A sum of ReadRateLimitDelay and WriteRateLimitDelay. |