RetryManager.GetRetryStrategy Method
Returns the default retry strategy defined in the configuration.
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 virtual RetryStrategy GetRetryStrategy()
'Declaration
Public Overridable Function GetRetryStrategy As RetryStrategy
public:
virtual RetryStrategy^ GetRetryStrategy()
Return Value
Type: RetryStrategy
The retry strategy that matches the default strategy.
See Also
Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling Namespace