RetryDelayParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the Retry Paremeters for calculating retry delay for communication between client and services.
public class RetryDelayParameters
type RetryDelayParameters = class
Public Class RetryDelayParameters
- Inheritance
-
RetryDelayParameters
Constructors
RetryDelayParameters(Int32, Boolean) |
Initializes a new instance of the RetryDelayParameters class with the supplied settings. |
Properties
IsTransient |
Gets a value indicating whether the exception is represents a transient condition. The transient retriable exceptions are those where the communication channel from client to service still exists. Non transient retriable exceptions are those where we need to re-resolve the service endpoint before we retry. |
RetryAttempt |
Gets the number of times request has been retried. |
Applies to
Azure SDK for .NET