NotifyingChangeApplier::GetChangeApplierInfo Method

Serializes the change applier data into a byte array.

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

public:
array<unsigned char>^ GetChangeApplierInfo()

Return Value

Type: array<System::Byte>
The byte array that contains the serialized change applier data.

This method is used to serialize data from this change applier to another change applier. For example, if the other change applier is remote, the data can be serialized from this object and used to initialize the remote change applier.

Show: