Incremental.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 override ShouldRetry GetShouldRetry()
'Declaration
Public Overrides Function GetShouldRetry As ShouldRetry
public:
virtual ShouldRetry^ GetShouldRetry() override

Return Value

The ShouldRetry delegate.

See Also

Incremental Class

Microsoft.Practices.TransientFaultHandling Namespace