SalesBuy
1-855-856-7678
Technical SupportSupport
| Class | Description |
|---|---|
| ExponentialRetry | Represents a retry policy that performs a specified number of retries, using a randomized exponential backoff scheme to determine the interval between retries. |
| LinearRetry | Represents a retry policy that performs a specified number of retries, using a specified fixed time interval between retries. |
| NoRetry | Represents a retry policy that performs no retries. |
| Interface | Description |
|---|---|
| IRetryPolicy | Represents a retry policy. |