Udostępnij za pośrednictwem


SyncGlobalId Constructor (Byte[])

Initializes a new instance of the SyncGlobalId class by using serialized data.

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

Syntax

'Declaration
Public Sub New ( _
    data As Byte() _
)
'Usage
Dim data As Byte()

Dim instance As New SyncGlobalId(data)
public SyncGlobalId (
    byte[] data
)
public:
SyncGlobalId (
    array<unsigned char>^ data
)
public SyncGlobalId (
    byte[] data
)
public function SyncGlobalId (
    data : byte[]
)

Parameters

  • data
    Serialized global ID data.

Remarks

Typically, the serialized data that is contained in data will be obtained from a call to GetBytes.

See Also

Reference

SyncGlobalId Class
SyncGlobalId Members
Microsoft.Synchronization Namespace