SyncKnowledge Class
Represents knowledge a replica has about its item store.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
<SerializableAttribute> _
<XmlRootAttribute(Namespace:="https://schemas.microsoft.com/2008/03/sync/", ElementName:="syncKnowledge")> _
Public Class SyncKnowledge
Implements ISerializable, IXmlSerializable
'Usage
Dim instance As SyncKnowledge
[SerializableAttribute]
[XmlRootAttribute(Namespace="https://schemas.microsoft.com/2008/03/sync/", ElementName="syncKnowledge")]
public class SyncKnowledge : ISerializable, IXmlSerializable
[SerializableAttribute]
[XmlRootAttribute(Namespace=L"https://schemas.microsoft.com/2008/03/sync/", ElementName=L"syncKnowledge")]
public ref class SyncKnowledge : ISerializable, IXmlSerializable
/** @attribute SerializableAttribute() */
/** @attribute XmlRootAttribute(Namespace="https://schemas.microsoft.com/2008/03/sync/", ElementName="syncKnowledge") */
public class SyncKnowledge implements ISerializable, IXmlSerializable
SerializableAttribute
XmlRootAttribute(Namespace="https://schemas.microsoft.com/2008/03/sync/", ElementName="syncKnowledge")
public class SyncKnowledge implements ISerializable, IXmlSerializable
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.SyncKnowledge
Microsoft.Synchronization.ForgottenKnowledge
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.