BlobContinuationToken.WriteXml(XmlWriter) Method

Definition

Converts a serializable continuation token into its XML representation.

public void WriteXml (System.Xml.XmlWriter writer);
member this.WriteXml : System.Xml.XmlWriter -> unit
Public Sub WriteXml (writer As XmlWriter)

Parameters

writer
XmlWriter

The XmlWriter stream to which the continuation token is serialized.

Applies to