C#
C++
F#
VB
Converts a serializable continuation token into its XML representation.
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.