RequestEventArgs.RequestInformation Property (Microsoft.WindowsAzure.Storage)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
RequestEventArgs.RequestInformation Property
RequestEventArgs::RequestInformation Property
RequestEventArgs.RequestInformation Property
RequestEventArgs.RequestInformation Property
Gets the request information associated with this event.
Namespace:
Microsoft.WindowsAzure.Storage
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property RequestResult^ RequestInformation {
RequestResult^ get();
internal: void set(RequestResult^ value);
}
Property Value
Type:
Microsoft.WindowsAzure.Storage.RequestResultMicrosoft.WindowsAzure.Storage::RequestResult^Microsoft.WindowsAzure.Storage.RequestResultMicrosoft.WindowsAzure.Storage.RequestResultThe request information associated with this event.
Return to top
Gets the request information associated with this event.
Syntax
C++
public: property RequestResult^ RequestInformation { RequestResult^ get(); internal: void set(RequestResult^ value); }
Property Value
Type: Microsoft.WindowsAzure.Storage.RequestResultMicrosoft.WindowsAzure.Storage::RequestResult^Microsoft.WindowsAzure.Storage.RequestResultMicrosoft.WindowsAzure.Storage.RequestResultThe request information associated with this event.