FixedInterval.GetShouldRetry Method
Returns the corresponding ShouldRetry delegate.
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 override ShouldRetry GetShouldRetry()
'Declaration
Public Overrides Function GetShouldRetry As ShouldRetry
public:
virtual ShouldRetry^ GetShouldRetry() override
Return Value
Type: ShouldRetry
The ShouldRetry delegate.
See Also
Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling Namespace