Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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()
member GetChangeApplierInfo : unit -> byte[]
public function GetChangeApplierInfo() : byte[]
Return Value
Type: System.Byte[]
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.