Share via


RetryStrategy.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 abstract ShouldRetry GetShouldRetry()
'Declaration
Public MustOverride Function GetShouldRetry As ShouldRetry
public:
virtual ShouldRetry^ GetShouldRetry() abstract

Return Value

Type: ShouldRetry
The ShouldRetry delegate.

See Also

RetryStrategy Class

RetryStrategy Members

Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling Namespace