GetShouldRetry Method
See Also 
SourceCode.Net.TransientFaultRecovery Namespace > ExponentialIntervalStrategy Class : GetShouldRetry Method



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overrides Function GetShouldRetry() As Func(Of Exception,Boolean)
Visual Basic (Usage) Copy Code
Dim instance As ExponentialIntervalStrategy
Dim value As Func(Of Exception,Boolean)
 
value = instance.GetShouldRetry()
C#  
public override Func<Exception,bool> GetShouldRetry()
C++/CLI  
public:
Func<Exception^,bool>^ GetShouldRetry(); override 

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also