This topic has not yet been rated - Rate this topic

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)
[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
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.

System.Object
  Microsoft.Synchronization.FeedSync.FeedClockVectorElement
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)