FullEnumerationChangeBatch::Deserialize Method (SyncIdFormatGroup, array<Byte>)
Creates a new FullEnumerationChangeBatch and initializes it by using serialized data.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
public: static FullEnumerationChangeBatch^ Deserialize( SyncIdFormatGroup^ idFormats, array<unsigned char>^ data )
Parameters
- idFormats
- Type: Microsoft.Synchronization::SyncIdFormatGroup
The ID format schema of the provider.
- data
- Type: array<System::Byte>
The serialized data that is used to initialize the change batch.
Return Value
Type: Microsoft.Synchronization::FullEnumerationChangeBatchThe newly created FullEnumerationChangeBatch that is initialized by using the serialized data.
| Exception | Condition |
|---|---|
| ArgumentNullException | idFormats or data is a nullptr. |
Show: