Share via


SyncVersion Constructor (UInt32, UInt64)

Initializes a new instance of the SyncVersion class that contains the specified replica key and tick count.

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

Syntax

'Declaration
Public Sub New ( _
    replicaKey As UInteger, _
    tickCount As ULong _
)
'Usage
Dim replicaKey As UInteger
Dim tickCount As ULong

Dim instance As New SyncVersion(replicaKey, _
    tickCount)
public SyncVersion(
    uint replicaKey,
    ulong tickCount
)
public:
SyncVersion(
    unsigned int replicaKey, 
    unsigned long long tickCount
)
new : 
        replicaKey:uint32 * 
        tickCount:uint64 -> SyncVersion
public function SyncVersion(
    replicaKey : uint, 
    tickCount : ulong
)

Parameters

  • replicaKey
    Type: System.UInt32
    The key of the replica that originated this version.

See Also

Reference

SyncVersion Class

SyncVersion Overload

Microsoft.Synchronization Namespace