FeedClockVector::IXmlSerializable::ReadXml Method

Reconstitutes the object from its XML representation.

Namespace:  Microsoft.Synchronization.FeedSync
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

private:
virtual void ReadXml(
	XmlReader^ reader
) sealed = IXmlSerializable::ReadXml

Parameters

reader
Type: System.Xml::XmlReader
An XML reader stream that contains the XML representation of the object.

Implements

IXmlSerializable::ReadXml(XmlReader)

This method is explicitly implemented. Code that accesses this method must first cast FeedClockVector to IXmlSerializable.

Show: