Share via


RetryStrategy.DefaultMaxBackoff Field

Represents the default maximum amount of time used when calculating the exponential delay between retries.

Namespace: Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Usage

'Usage
Dim value As TimeSpan

value = RetryStrategy.DefaultMaxBackoff

Syntax

'Declaration
Public Shared ReadOnly DefaultMaxBackoff As TimeSpan
public static readonly TimeSpan DefaultMaxBackoff
public:
static initonly TimeSpan DefaultMaxBackoff
public static final TimeSpan DefaultMaxBackoff
public static final var DefaultMaxBackoff : 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