BlobContinuationToken.WriteXml Method (XmlWriter) (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
Converts a serializable continuation token into its XML representation.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
abstract WriteXml :
writer:XmlWriter -> unit
override WriteXml :
writer:XmlWriter -> unit
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
Converts a serializable continuation token into its XML representation.
Syntax
abstract WriteXml : writer:XmlWriter -> unit override WriteXml : writer:XmlWriter -> unit
Parameters
- writer
-
Type:
System.Xml.XmlWriterSystem.Xml::XmlWriter^System.Xml.XmlWriterSystem.Xml.XmlWriter
The XmlWriter stream to which the continuation token is serialized.