C#
C++
F#
VB
OperationContext.::..Retrying Event
Occurs before a request is retried
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: event EventHandler<RequestEventArgs^>^ Retrying { void add(EventHandler<RequestEventArgs^>^ value); void remove(EventHandler<RequestEventArgs^>^ value); }