OperationContext.RequestResults Property (Microsoft.WindowsAzure.Storage)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
OperationContext.RequestResults Property
OperationContext::RequestResults Property
OperationContext.RequestResults Property
OperationContext.RequestResults Property
Gets or sets the set of request results that the current operation has created.
Namespace:
Microsoft.WindowsAzure.Storage
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property IList<RequestResult^>^ RequestResults {
IList<RequestResult^>^ get();
}
Property Value
Type:
System.Collections.Generic.IList<RequestResult>System.Collections.Generic::IList<RequestResult^>^System.Collections.Generic.IList<RequestResult>System.Collections.Generic.IList(Of RequestResult)An IList object that contains RequestResult objects that represent the request results created by the current operation.
Return to top
Gets or sets the set of request results that the current operation has created.
Syntax
C++
public: property IList<RequestResult^>^ RequestResults { IList<RequestResult^>^ get(); }
Property Value
Type: System.Collections.Generic.IList<RequestResult>System.Collections.Generic::IList<RequestResult^>^System.Collections.Generic.IList<RequestResult>System.Collections.Generic.IList(Of RequestResult)An IList object that contains RequestResult objects that represent the request results created by the current operation.