IClockVector 인터페이스
정보 구조에 포함된 변경 내용을 정의하는 클록 벡터를 나타냅니다.
네임스페이스: Microsoft.Synchronization
어셈블리: microsoft.synchronization.dll의 Microsoft.Synchronization
구문
‘선언
Public Interface IClockVector
Inherits IList(Of IClockVectorElement), ICollection(Of IClockVectorElement), _
IEnumerable(Of IClockVectorElement), IEnumerable, IXmlSerializable
‘사용 방법
Dim instance As IClockVector
public interface IClockVector : IList<IClockVectorElement>, ICollection<IClockVectorElement>,
IEnumerable<IClockVectorElement>, IEnumerable, IXmlSerializable
public interface class IClockVector : IList<IClockVectorElement^>, ICollection<IClockVectorElement^>,
IEnumerable<IClockVectorElement^>, IEnumerable, IXmlSerializable
public interface IClockVector extends IList<IClockVectorElement>,
ICollection<IClockVectorElement>, IEnumerable<IClockVectorElement>, IEnumerable,
IXmlSerializable
public interface IClockVector extends IList<IClockVectorElement>,
ICollection<IClockVectorElement>, IEnumerable<IClockVectorElement>, IEnumerable,
IXmlSerializable
주의
클록 벡터는 IClockVectorElement 개체 목록을 사용하여 정보 구조에 포함된 변경 내용을 정의합니다. 정보와 연결된 복제본을 변경한 복제본마다 IClockVectorElement 개체가 하나씩 존재합니다. 특정 복제본에 의해 변경한 내용은 변경 내용에 대한 틱 개수가 0과 해당 복제본을 추적하는 IClockVectorElement 개체에 포함되어 있는 틱 개수 사이인 경우 정보에 포함되어 있는 것으로 정의됩니다.