GraphSettings.MaxThrottlingDelay Property
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 8.0.9673)
MaxThrottlingDelay
Gets the maximum amount of time the GraphClient can wait to retry single failed request. Default is 10 seconds.
Declaration
public TimeSpan MaxThrottlingDelay { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeSpan |
Remarks
Currently handled error codes:
| 429 | Too Many Requests. |
| 503 | Service Unavailable. |
| 504 | Gateway Timeout. |