Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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)

Syntax

 
public RequestEventArgs(
	RequestResult res
)
 
public:
RequestEventArgs(
	RequestResult^ res
)
 
new : 
        res:RequestResult -> RequestEventArgs
 
Public Sub New (
	res As RequestResult
)
Return to top