IClockVector 接口
表示一个时钟向量,该向量定义包含在知识结构中的变更。
命名空间: Microsoft.Synchronization
程序集: Microsoft.Synchronization(在 microsoft.synchronization.dll 中)
语法
声明
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 对象中所包含的滴答计数之间,则该副本进行的变更定义为包含在该知识中。