Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.