| Interface | Description |
|---|---|
| RetryPolicy |
the RetryPolicy controls whether a failed request should be retried, and how long to wait before retrying.
|
| Class | Description |
|---|---|
| ExponentialBackoffPolicy |
implements different retry decisions based on the error.
|
| ExponentialBackoffPolicyforMSI |
implements different retry decisions based on the error.
|
| NonIdempotentRetryPolicy |
No retry ever.
|
| NoRetryPolicy |
No retry ever.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.