OperationContext.GlobalResponseReceived Event

Windows Runtime Azure Storage Client Library

Occurs when a response is received from the server, before any processing or downloading.

Namespace: Microsoft.WindowsAzure.Storage
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Usage

Visual Basic
Dim handler As EventHandler(Of RequestEventArgs)

AddHandler OperationContext.GlobalResponseReceived, handler

Syntax

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

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