다음을 통해 공유


FeedClockVector 클래스

FeedSync 정보가 포함된 클록 벡터를 나타냅니다. 이 클래스는 상속할 수 없습니다.

네임스페이스: Microsoft.Synchronization.FeedSync
어셈블리: microsoft.synchronization.dll의 Microsoft.Synchronization

구문

‘선언
<XmlRootAttribute(Namespace:="https://schemas.microsoft.com/2008/03/sync/", ElementName:="feedClockVector")> _
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class FeedClockVector
    Implements IClockVector, IList(Of IClockVectorElement), _
    ICollection(Of IClockVectorElement), IEnumerable(Of IClockVectorElement), _
    IEnumerable, IXmlSerializable
‘사용 방법
Dim instance As FeedClockVector
[XmlRootAttribute(Namespace="https://schemas.microsoft.com/2008/03/sync/", ElementName="feedClockVector")] 
[DefaultMemberAttribute("Item")] 
public sealed class FeedClockVector : IClockVector, IList<IClockVectorElement>, 
    ICollection<IClockVectorElement>, IEnumerable<IClockVectorElement>, IEnumerable, 
    IXmlSerializable
[XmlRootAttribute(Namespace=L"https://schemas.microsoft.com/2008/03/sync/", ElementName=L"feedClockVector")] 
[DefaultMemberAttribute(L"Item")] 
public ref class FeedClockVector sealed : IClockVector, IList<IClockVectorElement^>, 
    ICollection<IClockVectorElement^>, IEnumerable<IClockVectorElement^>, IEnumerable, 
    IXmlSerializable
/** @attribute XmlRootAttribute(Namespace="https://schemas.microsoft.com/2008/03/sync/", ElementName="feedClockVector") */ 
/** @attribute DefaultMemberAttribute("Item") */ 
public final class FeedClockVector implements IClockVector, IList<IClockVectorElement>, 
    ICollection<IClockVectorElement>, IEnumerable<IClockVectorElement>, IEnumerable, 
    IXmlSerializable
XmlRootAttribute(Namespace="https://schemas.microsoft.com/2008/03/sync/", ElementName="feedClockVector") 
DefaultMemberAttribute("Item") 
public final class FeedClockVector implements IClockVector, IList<IClockVectorElement>, 
    ICollection<IClockVectorElement>, IEnumerable<IClockVectorElement>, IEnumerable, 
    IXmlSerializable

주의

IXmlSerializableIEnumerable의 멤버는 명시적으로 구현됩니다. 이 멤버에 액세스하는 코드는 먼저 캐스팅 연산자 또는 as 키워드를 사용하여 FeedClockVector 개체를 IXmlSerializable 또는 IEnumerable 인터페이스로 캐스팅해야 합니다.

상속 계층 구조

System.Object
  Microsoft.Synchronization.FeedSync.FeedClockVector

스레드로부터의 안전성

이 유형의 모든 public static(Visual Basic의 경우 Shared ) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

FeedClockVector 멤버
Microsoft.Synchronization.FeedSync 네임스페이스