RetryPolicy.Retrying Event
An instance of a callback delegate that will be invoked whenever a retry condition is encountered.
Namespace: Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public event EventHandler<RetryingEventArgs> Retrying
public:
event EventHandler<RetryingEventArgs^>^ Retrying {
void add(EventHandler<RetryingEventArgs^>^ value);
void remove(EventHandler<RetryingEventArgs^>^ value);
}
member Retrying : IEvent<EventHandler<RetryingEventArgs>,
RetryingEventArgs>
Public Event Retrying As EventHandler(Of RetryingEventArgs)
See Also
RetryPolicy Class
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace
Return to top