Click or drag to resize
IExtendedRetry Interface
Custom exception retry strategy contracts.

Namespace:  Intuit.Ipp.Retry
Assembly:  Intuit.Ipp.Retry (in Intuit.Ipp.Retry.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public interface IExtendedRetry

The IExtendedRetry type exposes the following members.

Methods
  NameDescription
Public methodIsRetryException
Determines whether [is retry exception] [the specified ex].
Top
See Also