SyncId Constructor (SyncGlobalId)
Initializes a new instance of the SyncId class that contains the specified global ID.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Sub New ( _
id As SyncGlobalId _
)
'Usage
Dim id As SyncGlobalId
Dim instance As New SyncId(id)
public SyncId (
SyncGlobalId id
)
public:
SyncId (
SyncGlobalId^ id
)
public SyncId (
SyncGlobalId id
)
public function SyncId (
id : SyncGlobalId
)
Parameters
- id
The global ID to use as the sync ID.
Remarks
This form of the constructor creates a fixed-length ID with an array containing the result of calling GetBytes on id.
See Also
Reference
SyncId Class
SyncId Members
Microsoft.Synchronization Namespace