FeedClockVectorElement Class
Represents a clock vector element that contains FeedSync information. This class cannot be inherited.
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
<XmlRootAttribute(Namespace:="https://schemas.microsoft.com/2008/03/sync/", ElementName:="feedClockVectorElement")> _
Public NotInheritable Class FeedClockVectorElement
Implements IClockVectorElement, IXmlSerializable
'Usage
Dim instance As FeedClockVectorElement
[XmlRootAttribute(Namespace="https://schemas.microsoft.com/2008/03/sync/", ElementName="feedClockVectorElement")]
public sealed class FeedClockVectorElement : IClockVectorElement, IXmlSerializable
[XmlRootAttribute(Namespace=L"https://schemas.microsoft.com/2008/03/sync/", ElementName=L"feedClockVectorElement")]
public ref class FeedClockVectorElement sealed : IClockVectorElement, IXmlSerializable
/** @attribute XmlRootAttribute(Namespace="https://schemas.microsoft.com/2008/03/sync/", ElementName="feedClockVectorElement") */
public final class FeedClockVectorElement implements IClockVectorElement, IXmlSerializable
XmlRootAttribute(Namespace="https://schemas.microsoft.com/2008/03/sync/", ElementName="feedClockVectorElement")
public final class FeedClockVectorElement implements IClockVectorElement, IXmlSerializable
Remarks
The members of IXmlSerializable are implemented explicitly. Code that accesses them must first cast the FeedClockVectorElement object to the IXmlSerializable interface by using the casting operator or the as keyword.
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.FeedSync.FeedClockVectorElement
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
FeedClockVectorElement Members
Microsoft.Synchronization.FeedSync Namespace