RetryStrategy.DefaultClientBackoff Field
Represents the default amount of time used when calculating a random delta in the exponential delay between retries.
Namespace: Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public static readonly TimeSpan DefaultClientBackoff
public:
static initonly TimeSpan DefaultClientBackoff
static val DefaultClientBackoff : TimeSpan
Public Shared ReadOnly DefaultClientBackoff As TimeSpan
Field Value
Type: System.TimeSpan
See Also
RetryStrategy Class
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace
Return to top