OperationContext.ResponseReceived Event

Windows Runtime Azure Storage Client Library

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)

Usage

Visual Basic
Dim instance As OperationContext
Dim handler As EventHandler(Of RequestEventArgs)

AddHandler instance.ResponseReceived, handler

Syntax

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

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