Share via


SyncGlobalId Constructor (UInt64, Guid)

Initializes a new instance of the SyncGlobalId class that contains the specified prefix and GUID.

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

Syntax

'Declaration
Public Sub New ( _
    prefix As ULong, _
    uniqueId As Guid _
)
'Usage
Dim prefix As ULong
Dim uniqueId As Guid

Dim instance As New SyncGlobalId(prefix, uniqueId)
public SyncGlobalId (
    ulong prefix,
    Guid uniqueId
)
public:
SyncGlobalId (
    usigned long long prefix, 
    Guid uniqueId
)
public SyncGlobalId (
    UInt64 prefix, 
    Guid uniqueId
)
public function SyncGlobalId (
    prefix : ulong, 
    uniqueId : Guid
)

Parameters

  • prefix
    A prefix, typically used for ordering items.
  • uniqueId
    A unique GUID.

Remarks

See Also

Reference

SyncGlobalId Class
SyncGlobalId Members
Microsoft.Synchronization Namespace