[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See
Storage Client Library for the latest version.]
Parses the XML response. This method is reserved and should not be used.
Namespace: Microsoft.WindowsAzure.StorageClient.Protocol
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
Usage
Visual Basic |
---|
Dim returnValue As IEnumerable(Of T)
returnValue = Me.ParseXml |
Syntax
Visual Basic |
---|
Protected MustOverride Function ParseXml As IEnumerable(Of T) |
C# |
---|
protected abstract IEnumerable<T> ParseXml () |
C++ |
---|
protected:
virtual IEnumerable<T>^ ParseXml () abstract |
Return Value
Type: System.Collections.Generic.IEnumerable
A collection of enumerable objects.
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
See Also