RequestEventArgs Class (Microsoft.WindowsAzure.Storage)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
RequestEventArgs Class
Provides information and event data that is associated with a request event.
Namespace:
Microsoft.WindowsAzure.Storage
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Constructors
Name Description 
RequestEventArgs(RequestResult)(RequestResult^)(RequestResult)(RequestResult)
Initializes a new instance of the RequestEventArgs class by using the specified RequestResult parameter.
Properties
Name Description 
RequestInformationRequestInformationRequestInformationRequestInformation
Gets the request information associated with this event.

RequestUriRequestUriRequestUriRequestUri
Methods
Name Description 
Equals(Object)(Object^)(Object)(Object) (Inherited from Object.)

GetHashCode()()()() (Inherited from Object.)

GetType()()()() (Inherited from Object.)

ToString()()()() (Inherited from Object.)
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.
Return to top
Provides information and event data that is associated with a request event.
Syntax
Constructors
| Name | Description | |
|---|---|---|
| RequestEventArgs(RequestResult)(RequestResult^)(RequestResult)(RequestResult) | Initializes a new instance of the RequestEventArgs class by using the specified RequestResult parameter. |
Properties
| Name | Description | |
|---|---|---|
| RequestInformationRequestInformationRequestInformationRequestInformation | Gets the request information associated with this event. | |
| RequestUriRequestUriRequestUriRequestUri |
Methods
| Name | Description | |
|---|---|---|
| Equals(Object)(Object^)(Object)(Object) | (Inherited from Object.) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Object.) | |
| ToString()()()() | (Inherited from Object.) |
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.