Share via


FeedClockVectorElement Constructor

Initializes a new instance of the FeedClockVectorElement class that contains the specified replica key, tick count, synchronization time, and option flags.

Namespace:  Microsoft.Synchronization.FeedSync
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

'Declaration
Public Sub New ( _
    replicaKey As UInteger, _
    tickCount As ULong, _
    syncTime As Nullable(Of DateTime), _
    flags As FeedClockVectorElementOptions _
)
'Usage
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, 
    unsigned long long tickCount, 
    Nullable<DateTime> syncTime, 
    FeedClockVectorElementOptions flags
)
new : 
        replicaKey:uint32 * 
        tickCount:uint64 * 
        syncTime:Nullable<DateTime> * 
        flags:FeedClockVectorElementOptions -> FeedClockVectorElement
public function FeedClockVectorElement(
    replicaKey : uint, 
    tickCount : ulong, 
    syncTime : Nullable<DateTime>, 
    flags : FeedClockVectorElementOptions
)

Parameters

  • replicaKey
    Type: System.UInt32
    The replica key for the replica that is tracked by this clock vector element.
  • tickCount
    Type: System.UInt64
    The tick count that defines the upper bound on the range of tick counts contained in this clock vector element.
  • syncTime
    Type: System.Nullable<DateTime>
    The synchronization time value that corresponds to the when value for the item.

See Also

Reference

FeedClockVectorElement Class

Microsoft.Synchronization.FeedSync Namespace