RetryPolicy<T> Constructor (RetryStrategy)

 

Initializes a new instance of the RetryPolicy<T> class with the specified number of retry attempts and parameters defining the progressive delay between retries.

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

Syntax

public RetryPolicy(
    RetryStrategy retryStrategy
)
public:
RetryPolicy(
    RetryStrategy^ retryStrategy
)
new : 
        retryStrategy:RetryStrategy -> RetryPolicy
Public Sub New (
    retryStrategy As RetryStrategy
)

Parameters

See Also

RetryPolicy<T> Overload
RetryPolicy<T> Class
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace

Return to top