Поделиться через


RetryStrategy.GetShouldRetry Method

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information, see Transient Fault Handling.

Returns the corresponding ShouldRetry delegate.

Namespace: Microsoft.Practices.TransientFaultHandling
Assembly: Microsoft.Practices.TransientFaultHandling.Core (in Microsoft.Practices.TransientFaultHandling.Core.dll) Version: 5.0.1118.0 (5.0.1118.0)

Syntax

public abstract ShouldRetry GetShouldRetry()
'Declaration
Public MustOverride Function GetShouldRetry As ShouldRetry
public:
virtual ShouldRetry^ GetShouldRetry() abstract

Return Value

The ShouldRetry delegate.

See Also

RetryStrategy Class

Microsoft.Practices.TransientFaultHandling Namespace