Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Generates a serializable continuation token from its XML representation.

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

Syntax

 
public void ReadXml(
	XmlReader reader
)
 
public:
virtual void ReadXml(
	XmlReader^ reader
) sealed
 
abstract ReadXml : 
        reader:XmlReader -> unit
override ReadXml : 
        reader:XmlReader -> unit
 
Public Sub ReadXml (
	reader As XmlReader
)

Parameters

reader
Type: System.Xml.XmlReaderSystem.Xml::XmlReader^System.Xml.XmlReaderSystem.Xml.XmlReader

The XmlReader stream from which the continuation token is deserialized.

Return to top