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
See Also