Click or drag to resize
IntuitRetryPolicyRetrying Event
An instance of a callback delegate that will be invoked whenever a retry condition is encountered.

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 event EventHandler<IntuitRetryingEventArgs> Retrying

Value

Type: SystemEventHandlerIntuitRetryingEventArgs
See Also