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)
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
[XmlRootAttribute(Namespace="http://schemas.microsoft.com/2008/03/sync/", ElementName="feedClockVectorElement")] public sealed class FeedClockVectorElement : IClockVectorElement, IXmlSerializable
/** @attribute XmlRootAttribute(Namespace="http://schemas.microsoft.com/2008/03/sync/", ElementName="feedClockVectorElement") */ public final class FeedClockVectorElement implements IClockVectorElement, IXmlSerializable
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.