Udostępnij za pośrednictwem


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, 
    usigned long long tickCount
)
public SyncVersion (
    UInt32 replicaKey, 
    UInt64 tickCount
)
public function SyncVersion (
    replicaKey : uint, 
    tickCount : ulong
)

Parameters

  • replicaKey
    The key of the replica that originated this version.
  • tickCount
    The tick count for the version.

Remarks

See Also

Reference

SyncVersion Class
SyncVersion Members
Microsoft.Synchronization Namespace