RetryPolicy.Retrying Event
An instance of a callback delegate that will be invoked whenever a retry condition is encountered.
Namespace: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling
Assembly: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling (in Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.dll) Version: 6.0.0.0 (6.0.1304.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);
}
Value
Type: System.EventHandler<RetryingEventArgs>
See Also
Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling Namespace