다음을 통해 공유


ClockVectorElement 클래스

정보 구조의 클록 벡터 요소를 나타냅니다. 이 클래스는 상속할 수 없습니다.

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

구문

‘선언
<XmlRootAttribute(Namespace:="https://schemas.microsoft.com/2009/04/sync/", ElementName:="clockVectorElement")> _
Public NotInheritable Class ClockVectorElement
    Implements IClockVectorElement, IXmlSerializable
‘사용 방법
Dim instance As ClockVectorElement
[XmlRootAttribute(Namespace="https://schemas.microsoft.com/2009/04/sync/", ElementName="clockVectorElement")] 
public sealed class ClockVectorElement : IClockVectorElement, IXmlSerializable
[XmlRootAttribute(Namespace=L"https://schemas.microsoft.com/2009/04/sync/", ElementName=L"clockVectorElement")] 
public ref class ClockVectorElement sealed : IClockVectorElement, IXmlSerializable
/** @attribute XmlRootAttribute(Namespace="https://schemas.microsoft.com/2009/04/sync/", ElementName="clockVectorElement") */ 
public final class ClockVectorElement implements IClockVectorElement, IXmlSerializable
XmlRootAttribute(Namespace="https://schemas.microsoft.com/2009/04/sync/", ElementName="clockVectorElement") 
public final class ClockVectorElement implements IClockVectorElement, IXmlSerializable

주의

클록 벡터의 클록 벡터 요소는 정보 구조에 포함된 변경 내용을 나타냅니다. 특정 복제본에 의해 변경한 내용은 변경 내용에 대한 틱 개수가 0과 해당 복제본을 추적하는 ClockVectorElement에 포함되어 있는 틱 개수 사이인 경우 정보에 포함되는 것으로 정의됩니다.

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

상속 계층 구조

System.Object
  Microsoft.Synchronization.ClockVectorElement

스레드로부터의 안전성

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

참고 항목

참조

ClockVectorElement 멤버
Microsoft.Synchronization 네임스페이스