SyncGlobalId Constructor (array<Byte>)

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

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

public:
SyncGlobalId(
	array<unsigned char>^ data
)

Parameters

data
Type: array<System::Byte>
Serialized global ID data.

ExceptionCondition
ArgumentOutOfRangeException

data is not 24 bytes long.

ArgumentNullException

data is a nullptr.

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

Show: