RequestResult Class (Microsoft.WindowsAzure.Storage)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
RequestResult Class
Represents the result of a physical request.
Namespace:
Microsoft.WindowsAzure.Storage
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Constructors
Name Description 
RequestResult()()()()
Properties
Methods
Name Description 
Equals(Object)(Object^)(Object)(Object) (Inherited from Object.)

GetHashCode()()()() (Inherited from Object.)

GetType()()()() (Inherited from Object.)

ReadXml(XmlReader)(XmlReader^)(XmlReader)(XmlReader) Generates a serializable RequestResult from its XML representation.

ToString()()()() (Inherited from Object.)


TranslateFromExceptionMessage(String)(String^)(String)(String) Obsolete.Translates the specified message into a RequestResult object.

WriteXml(XmlWriter)(XmlWriter^)(XmlWriter)(XmlWriter) Converts a serializable RequestResult into its XML representation.
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
Represents the result of a physical request.
Syntax
Constructors
| Name | Description | |
|---|---|---|
| RequestResult()()()() |
Properties
Methods
| Name | Description | |
|---|---|---|
| Equals(Object)(Object^)(Object)(Object) | (Inherited from Object.) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Object.) | |
| ReadXml(XmlReader)(XmlReader^)(XmlReader)(XmlReader) | Generates a serializable RequestResult from its XML representation. | |
| ToString()()()() | (Inherited from Object.) | |
| TranslateFromExceptionMessage(String)(String^)(String)(String) | Obsolete.Translates the specified message into a RequestResult object. | |
| WriteXml(XmlWriter)(XmlWriter^)(XmlWriter)(XmlWriter) | Converts a serializable RequestResult into its XML representation. |
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.