RetryStrategy.DefaultFixed Property
Returns a default policy that implements a fixed retry interval configured with the DefaultClientRetryCount and DefaultRetryInterval parameters. The default retry policy treats all caught exceptions as transient errors.
Namespace: Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Usage
'Usage
Dim value As RetryStrategy
value = RetryStrategy.DefaultFixed
Syntax
'Declaration
Public Shared ReadOnly Property DefaultFixed As RetryStrategy
public static RetryStrategy DefaultFixed { get; }
public:
static property RetryStrategy^ DefaultFixed {
RetryStrategy^ get ();
}
/** @property */
public static RetryStrategy get_DefaultFixed ()
public static function get DefaultFixed () : RetryStrategy
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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