OperationContext.ResponseReceived Event (Microsoft.WindowsAzure.Storage)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
OperationContext.::..ResponseReceived Event
Occurs when a response is received from the service, before any processing or downloading.
Namespace:
Microsoft.WindowsAzure.Storage
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
event EventHandler<RequestEventArgs^>^ ResponseReceived {
void add(EventHandler<RequestEventArgs^>^ value);
void remove(EventHandler<RequestEventArgs^>^ value);
}
Return to top
Occurs when a response is received from the service, before any processing or downloading.
Syntax
C++
public: event EventHandler<RequestEventArgs^>^ ResponseReceived { void add(EventHandler<RequestEventArgs^>^ value); void remove(EventHandler<RequestEventArgs^>^ value); }