FeedClockVectorElement 构造函数

初始化 FeedClockVectorElement 类的一个包含指定副本键、滴答计数、同步时间和选项标志的新实例。

命名空间: Microsoft.Synchronization.FeedSync
程序集: Microsoft.Synchronization(在 microsoft.synchronization.dll 中)

语法

声明
Public Sub New ( _
    replicaKey As UInteger, _
    tickCount As ULong, _
    syncTime As Nullable(Of DateTime), _
    flags As FeedClockVectorElementOptions _
)
用法
Dim replicaKey As UInteger
Dim tickCount As ULong
Dim syncTime As Nullable(Of DateTime)
Dim flags As FeedClockVectorElementOptions

Dim instance As New FeedClockVectorElement(replicaKey, tickCount, syncTime, flags)
public FeedClockVectorElement (
    uint replicaKey,
    ulong tickCount,
    Nullable<DateTime> syncTime,
    FeedClockVectorElementOptions flags
)
public:
FeedClockVectorElement (
    unsigned int replicaKey, 
    usigned long long tickCount, 
    Nullable<DateTime> syncTime, 
    FeedClockVectorElementOptions flags
)
public FeedClockVectorElement (
    UInt32 replicaKey, 
    UInt64 tickCount, 
    Nullable<DateTime> syncTime, 
    FeedClockVectorElementOptions flags
)
public function FeedClockVectorElement (
    replicaKey : uint, 
    tickCount : ulong, 
    syncTime : Nullable<DateTime>, 
    flags : FeedClockVectorElementOptions
)

参数

  • replicaKey
    由此时钟向量元素跟踪的副本的副本键。
  • tickCount
    定义了此时钟向量元素中所含滴答计数的范围上限的滴答计数。
  • syncTime
    与项的 when 值对应的同步时间值。
  • flags
    指定关于元素的其他信息的标志。

请参阅

参考

FeedClockVectorElement 类
FeedClockVectorElement 成员
Microsoft.Synchronization.FeedSync 命名空间