ClockVectorElement::IXmlSerializable::ReadXml Method
Reconstitutes the object from its XML representation.
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)| Exception | Condition |
|---|---|
| XmlException | reader is a nullptr or the tick count could not be read from reader. |
This method is explicitly implemented. Code that accesses this method must first cast ClockVectorElement to IXmlSerializable.
Show: