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)
Syntax
'Declaration
Public Sub LoadChangeApplierInfo ( _
changeApplierInfo As Byte() _
)
'Usage
Dim instance As NotifyingChangeApplier
Dim changeApplierInfo As Byte()
instance.LoadChangeApplierInfo(changeApplierInfo)
public void LoadChangeApplierInfo (
byte[] changeApplierInfo
)
public:
void LoadChangeApplierInfo (
array<unsigned char>^ changeApplierInfo
)
public void LoadChangeApplierInfo (
byte[] changeApplierInfo
)
public function LoadChangeApplierInfo (
changeApplierInfo : byte[]
)
Parameters
- changeApplierInfo
Change applier data that is obtained by calling LoadChangeApplierInfo on another change applier.
Remarks
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.
See Also
Reference
NotifyingChangeApplier Class
NotifyingChangeApplier Members
Microsoft.Synchronization Namespace