Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Converts a serializable continuation token into its XML representation.

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

Syntax

 
public void WriteXml(
	XmlWriter writer
)
 
public:
virtual void WriteXml(
	XmlWriter^ writer
) sealed
 
abstract WriteXml : 
        writer:XmlWriter -> unit
override WriteXml : 
        writer:XmlWriter -> unit
 
Public Sub WriteXml (
	writer As XmlWriter
)

Parameters

writer
Type: System.Xml.XmlWriterSystem.Xml::XmlWriter^System.Xml.XmlWriterSystem.Xml.XmlWriter

The XmlWriter stream to which the continuation token is serialized.

Return to top