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)
Usage
'Usage
Dim value As TimeSpan
value = RetryStrategy.DefaultRetryIncrement
Syntax
'Declaration
Public Shared ReadOnly DefaultRetryIncrement As TimeSpan
public static readonly TimeSpan DefaultRetryIncrement
public:
static initonly TimeSpan DefaultRetryIncrement
public static final TimeSpan DefaultRetryIncrement
public static final var DefaultRetryIncrement : TimeSpan
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
RetryStrategy Class
RetryStrategy Members
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace