Share via


NotifyingChangeApplier.GetChangeApplierInfo Method

Serializes the change applier data into a byte array.

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

Syntax

'Declaration
Public Function GetChangeApplierInfo As Byte()
'Usage
Dim instance As NotifyingChangeApplier
Dim returnValue As Byte()

returnValue = instance.GetChangeApplierInfo
public byte[] GetChangeApplierInfo ()
public:
array<unsigned char>^ GetChangeApplierInfo ()
public byte[] GetChangeApplierInfo ()
public function GetChangeApplierInfo () : byte[]

Return Value

The byte array that contains the serialized change applier data.

Remarks

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.

See Also

Reference

NotifyingChangeApplier Class
NotifyingChangeApplier Members
Microsoft.Synchronization Namespace