C#
C++
F#
VB
OperationContext.::..RequestCompleted Event
Occurs after a response has been fully received and processed.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: event EventHandler<RequestEventArgs^>^ RequestCompleted { void add(EventHandler<RequestEventArgs^>^ value); void remove(EventHandler<RequestEventArgs^>^ value); }