RetryPolicy<T> Constructor (Int32)

 

Initializes a new instance of the RetryPolicy<T> class with the specified number of retry attempts and the default fixed time interval between retries.

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

public:
RetryPolicy(
	int retryCount
)

Parameters

retryCount
Type: System::Int32

The number of retry attempts.

Return to top
Show: