FeedClockVectorElement-Klasse
Stellt ein Taktvektorelement dar, das FeedSync-Informationen enthält. Von dieser Klasse kann nicht geerbt werden.
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
Hinweise
Die Member von IXmlSerializable sind explizit implementiert. Von Code, der auf sie zugreift, muss zuerst mithilfe des Umwandlungsoperators oder des as-Schlüsselwort das FeedClockVectorElement-Objekt in die IXmlSerializable-Schnittstelle umgewandelt werden.
Vererbungshierarchie
System.Object
Microsoft.Synchronization.FeedSync.FeedClockVectorElement
Threadsicherheit
Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.
Siehe auch
Verweis
FeedClockVectorElement-Member
Microsoft.Synchronization.FeedSync-Namespace