RetryPolicy.Retrying Event

Retired Content

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

An instance of a callback delegate that will be invoked whenever a retry condition is encountered.

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 event EventHandler<RetryingEventArgs> Retrying
'Declaration
Public Event Retrying As EventHandler(Of RetryingEventArgs)
public:
 event EventHandler<RetryingEventArgs^>^ Retrying {
    void add (EventHandler<RetryingEventArgs^>^ value);
    void remove (EventHandler<RetryingEventArgs^>^ value);
}

See Also

RetryPolicy Class

Microsoft.Practices.TransientFaultHandling Namespace