OperationContext.RequestResults Property

Windows Runtime Azure Storage Client Library

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)

Usage

Visual Basic
Dim instance As OperationContext
Dim value As IList(Of RequestResult)

value = instance.RequestResults

Syntax

Visual Basic
Public ReadOnly Property RequestResults As IList(Of RequestResult)
C#
public IList<RequestResult> RequestResults { get; }
C++
public:
property IList<RequestResult^>^ RequestResults {
	IList<RequestResult^>^ get ();
}
J#
/** @property */
public IList<RequestResult> get_RequestResults ()
JScript
public function get RequestResults () : IList<RequestResult>

Property Value

An IList object that contains RequestResult objects that represent the request results created by the current operation.

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

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also