OperationContext.GlobalRetrying 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 handler As EventHandler(Of RequestEventArgs)

AddHandler OperationContext.GlobalRetrying, handler

Syntax

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

/** @event */
public static void remove_GlobalRetrying (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