GraphSettings.MaxThrottlingRetryCount Property
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 8.0.9673)
MaxThrottlingRetryCount
Gets the maximum count of attempts the GraphClient can retry single failed request. Default is 6 retry attempts.
Declaration
public int MaxThrottlingRetryCount { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Remarks
Currently handled error codes:
| 429 | Too Many Requests. |
| 503 | Service Unavailable. |
| 504 | Gateway Timeout. |