C#
C++
F#
VB
RequestEventArgs Class
Provides information and event data that is associated with a request event.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Inheritance Hierarchy
System.::..ObjectSystem.::..EventArgs
Microsoft.WindowsAzure.Storage.::..RequestEventArgs
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 | |
|---|---|---|
| RequestRequestRequestRequest | Gets the HTTP request associated with this event. | |
| RequestInformationRequestInformationRequestInformationRequestInformation | Gets the request information associated with this event. | |
| ResponseResponseResponseResponse | Gets the HTTP response associated with this event. |
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.