OperationContext.Retrying Event

Windows Runtime Azure Storage Client Library

Occurs before a request is retried

Namespace: Microsoft.WindowsAzure.Storage
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Usage

Visual Basic
Dim instance As OperationContext
Dim handler As EventHandler(Of RequestEventArgs)

AddHandler instance.Retrying, handler

Syntax

Visual Basic
Public Event Retrying As EventHandler(Of RequestEventArgs)
C#
public event EventHandler<RequestEventArgs> Retrying
C++
public:
event EventHandler<RequestEventArgs^>^ Retrying {
	void add (EventHandler<RequestEventArgs^>^ value);
	void remove (EventHandler<RequestEventArgs^>^ value);
}
J#
/** @event */
public void add_Retrying (EventHandler<RequestEventArgs> value)

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

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