NotifyingChangeApplier::LoadChangeApplierInfo Method

Loads change applier data from a byte array that contains serialized data from another change applier.

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

public:
void LoadChangeApplierInfo(
	array<unsigned char>^ changeApplierInfo
)

Parameters

changeApplierInfo
Type: array<System::Byte>
Change applier data that is obtained by calling LoadChangeApplierInfo on another change applier.

ExceptionCondition
ArgumentNullException

changeApplierInfo is a nullptr.

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

Show: