Enum GraphRetryDelayStrategy
GraphRetryDelayStrategy enumeration
Specifies how retry delays are calculated for transient Microsoft Graph responses.
public enum GraphRetryDelayStrategy
Values
| Name | Value | Description |
|---|---|---|
| RetryAfterThenExponentialBackoffWithJitter | 0 | Uses Retry-After when it is supplied by Microsoft Graph, otherwise falls back to exponential backoff with jitter. |
| RetryAfterOnly | 1 | Uses only Retry-After. If the response does not contain Retry-After, the request is not retried. |
| ExponentialBackoffWithJitter | 2 | Always uses exponential backoff with jitter. |
See Also
- namespace Aspose.Email.Clients.Graph
- assembly Aspose.Email