OperationContext.GlobalRetrying Event (Microsoft.WindowsAzure.Storage)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
OperationContext.::..GlobalRetrying Event
Occurs before a request is retried
Namespace:
Microsoft.WindowsAzure.Storage
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
event EventHandler<RequestEventArgs^>^ GlobalRetrying {
static void add(EventHandler<RequestEventArgs^>^ value);
static void remove(EventHandler<RequestEventArgs^>^ value);
}
Return to top
Occurs before a request is retried
Syntax
C++
public: event EventHandler<RequestEventArgs^>^ GlobalRetrying { static void add(EventHandler<RequestEventArgs^>^ value); static void remove(EventHandler<RequestEventArgs^>^ value); }