RetryManager.DefaultRetryStrategyName Property
Gets or sets the default retry strategy name.
Namespace: Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public string DefaultRetryStrategyName { get; set; }
public:
property String^ DefaultRetryStrategyName {
String^ get();
void set(String^ value);
}
member DefaultRetryStrategyName : string with get, set
Public Property DefaultRetryStrategyName As String
Property Value
Type: System.String
See Also
RetryManager Class
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace
Return to top