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.
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.