RetryStrategy.DefaultRetryIncrement Field
Represents the default time increment between retry attempts in the progressive delay policy.
Namespace: Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public static readonly TimeSpan DefaultRetryIncrement
public:
static initonly TimeSpan DefaultRetryIncrement
static val DefaultRetryIncrement : TimeSpan
Public Shared ReadOnly DefaultRetryIncrement As TimeSpan
Field Value
Type: System.TimeSpan
See Also
RetryStrategy Class
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace
Return to top