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, 
    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
)

Parameters

  • replicaKey
    The replica key for the replica that is tracked by this clock vector element.
  • tickCount
    The tick count that defines the upper bound on the range of tick counts contained in this clock vector element.
  • syncTime
    The synchronization time value that corresponds to the when value for the item.
  • flags
    Flags that specify additional information about the element.

See Also

Reference

FeedClockVectorElement Class
FeedClockVectorElement Members
Microsoft.Synchronization.FeedSync Namespace