DataContractBinarySerializer.WriteEndObject Method (XmlDictionaryWriter)

 

Writes the closing XML element using an XmlDictionaryWriter

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

Public Overrides Sub WriteEndObject (
	writer As XmlDictionaryWriter
)

Parameters

writer
Type: System.Xml.XmlDictionaryWriter

The XmlDictionaryWriter used to write the XML document or stream.

Return to top
Show: