RetryStrategy.DefaultMinBackoff Field
Represents the default minimum 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 DefaultMinBackoff
public:
static initonly TimeSpan DefaultMinBackoff
static val DefaultMinBackoff : TimeSpan
Public Shared ReadOnly DefaultMinBackoff As TimeSpan
Field Value
Type: System.TimeSpan
See Also
RetryStrategy Class
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace
Return to top