Share via


RetryPolicyConfigurationSettings.DefaultRetryStrategy Property

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling.

Gets or sets the name of the default general-purpose retry strategy.

Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.dll) Version: 5.0.1118.0 (5.0.1118.0)

Syntax

[ReferenceAttribute(typeof(RetryStrategyCollection), typeof(RetryStrategyData))]
[ConfigurationPropertyAttribute("defaultRetryStrategy", IsRequired = true)]
public string DefaultRetryStrategy { get; set; }
'Declaration
<ReferenceAttribute(GetType(RetryStrategyCollection), GetType(RetryStrategyData))> _
<ConfigurationPropertyAttribute("defaultRetryStrategy", IsRequired := True)> _
Public Property DefaultRetryStrategy As String
    Get
    Set
[ReferenceAttribute(typeof(RetryStrategyCollection), typeof(RetryStrategyData))]
[ConfigurationPropertyAttribute(L"defaultRetryStrategy", IsRequired = true)]
public:
property String^ DefaultRetryStrategy {
    String^ get ();
    void set (String^ value);
}

See Also

RetryPolicyConfigurationSettings Class

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.Configuration Namespace