RequestEventArgs Constructor

Windows Runtime Azure Storage Client Library

Initializes a new instance of the RequestEventArgs class by using the specified RequestResult parameter.

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

Usage

Visual Basic
Dim res As RequestResult

Dim instance As New RequestEventArgs(res)

Syntax

Visual Basic
Public Sub New ( _
	res As RequestResult _
)
C#
public RequestEventArgs (
	RequestResult res
)
C++
public:
RequestEventArgs (
	RequestResult^ res
)
J#
public RequestEventArgs (
	RequestResult res
)
JScript
public function RequestEventArgs (
	res : RequestResult
)

Parameters

res

The RequestResult object.

Remarks


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