Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Represents the result of a physical request.

Namespace:   Microsoft.WindowsAzure.Storage
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.::..RequestResult

Syntax

 
public sealed class RequestResult
 
public ref class RequestResult sealed 
 
[<Sealed>]
type RequestResult = class end
 
Public NotInheritable Class RequestResult

Constructors

NameDescription
System_CAPS_pubmethodRequestResult()()()()

Methods

NameDescription
System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_pubmethodToString()()()()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticTranslateFromExceptionMessage(String)(String^)(String)(String)

Translates the specified message into a RequestResult object.

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.

Return to top