RetryManager.DefaultRetryStrategyName Property
Gets or sets the default retry strategy name.
Namespace: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling
Assembly: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling (in Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.dll) Version: 6.0.0.0 (6.0.1304.0)
Syntax
public string DefaultRetryStrategyName { get; set; }
'Declaration
Public Property DefaultRetryStrategyName As String
Get
Set
public:
property String^ DefaultRetryStrategyName {
String^ get ();
void set (String^ value);
}
Property Value
Type: String
See Also
Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling Namespace