Partager 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)

Syntax

public static readonly TimeSpan DefaultMaxBackoff
public:
static initonly TimeSpan DefaultMaxBackoff
static val DefaultMaxBackoff : TimeSpan
Public Shared ReadOnly DefaultMaxBackoff As TimeSpan

Field Value

Type: System.TimeSpan

See Also

RetryStrategy Class
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace

Return to top