RequestEventArgs.RequestInformation Property

Windows Runtime Azure Storage Client Library

Gets the request information associated with this event.

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

Usage

Visual Basic
Dim instance As RequestEventArgs
Dim value As RequestResult

value = instance.RequestInformation

Syntax

Visual Basic
Public Property RequestInformation As RequestResult
C#
public RequestResult RequestInformation { get; }
C++
public:
property RequestResult^ RequestInformation {
	RequestResult^ get ();
}
J#
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public RequestResult get_RequestInformation ()
JScript
CompilerGeneratedAttribute 
public function get RequestInformation () : RequestResult

Property Value

The request information associated with this event.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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