ClockVector 类
表示知识结构中的时钟向量。此类不能继承。
命名空间: Microsoft.Synchronization
程序集: Microsoft.Synchronization(在 Microsoft.Synchronization.dll 中)
语法
声明
Public NotInheritable Class ClockVector _
Implements IClockVector, IList(Of IClockVectorElement), _
ICollection(Of IClockVectorElement), IEnumerable(Of IClockVectorElement), IEnumerable, _
IXmlSerializable, IClockVectorInternal
用法
Dim instance As ClockVector
public sealed class ClockVector : IClockVector,
IList<IClockVectorElement>, ICollection<IClockVectorElement>, IEnumerable<IClockVectorElement>,
IEnumerable, IXmlSerializable, IClockVectorInternal
public ref class ClockVector sealed : IClockVector,
IList<IClockVectorElement^>, ICollection<IClockVectorElement^>, IEnumerable<IClockVectorElement^>,
IEnumerable, IXmlSerializable, IClockVectorInternal
[<SealedAttribute>]
type ClockVector =
class
interface IClockVector
interface IList<IClockVectorElement>
interface ICollection<IClockVectorElement>
interface IEnumerable<IClockVectorElement>
interface IEnumerable
interface IXmlSerializable
interface IClockVectorInternal
end
public final class ClockVector implements IClockVector, IList<IClockVectorElement>, ICollection<IClockVectorElement>, IEnumerable<IClockVectorElement>, IEnumerable, IXmlSerializable, IClockVectorInternal
注释
时钟向量使用一列 ClockVectorElement 对象来定义包含在知识结构中的变更。对于进行包含在知识中的变更的每个副本,都有一个 ClockVectorElement 对象存在。如果变更的滴答计数介于 0 和对特定副本进行跟踪的 ClockVectorElement 对象中所包含的滴答计数之间,则该副本进行的变更定义为包含在该知识中。
IXmlSerializable 和 IEnumerable 的成员是显式实现的。访问这些成员的代码必须首先使用转换运算符或 as 关键字将 ClockVector 对象转换为 IXmlSerializable 或 IEnumerable 接口。
继承层次结构
System. . :: . .Object
Microsoft.Synchronization..::..ClockVector
线程安全
此类型的所有公共成员static(在 Visual Basic 中为 Shared) 都是线程安全的。不保证所有实例成员都是线程安全的。