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)

Usage

'Usage
Dim instance As RetryPolicy
Dim handler As EventHandler(Of RetryingEventArgs)

AddHandler instance.Retrying, handler

Syntax

'Declaration
Public Event Retrying As EventHandler(Of RetryingEventArgs)
public event EventHandler<RetryingEventArgs> Retrying
public:
event EventHandler<RetryingEventArgs^>^ Retrying {
    void add (EventHandler<RetryingEventArgs^>^ value);
    void remove (EventHandler<RetryingEventArgs^>^ value);
}
/** @event */
public void add_Retrying (EventHandler<RetryingEventArgs> value)

/** @event */
public void remove_Retrying (EventHandler<RetryingEventArgs> value)

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

RetryPolicy Class
RetryPolicy Members
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace