Click or drag to resize
Intuit.Ipp.Retry Namespace
Intuit.Ipp.Retry is used to retry service calls defined in the user retry policy. It enables applications to handle transient errors such as dropped connections. Retries are supported for the following types of exceptions: ProtocolError, ConnectionClosed, ConnectFailure and Timeout.
Classes
  ClassDescription
Public classIntuitRetryingEventArgs
Contains information required for the IntuitRetryPolicy retrying event.
Public classIntuitRetryPolicy
Provides the retry mechanism for unreliable actions and transient conditions.
Interfaces
  InterfaceDescription
Public interfaceIExtendedRetry
Custom exception retry strategy contracts.