RetryManager::GetDefaultRetryStrategy Method (String^)

 

Returns the retry strategy for the specified technology.

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

public:
virtual RetryStrategy^ GetDefaultRetryStrategy(
	String^ technology
)

Parameters

technology
Type: System::String^

The techonolgy to get the default retry strategy for.

Return Value

Type: Microsoft.WindowsAzure.Common.TransientFaultHandling::RetryStrategy^

The retry strategy for the specified technology.

Return to top
Show: