ISyncChangeBatchBase2 Interface

Represents additional capabilities of an ISyncChangeBatchBase object.

Syntax

interface ISyncChangeBatchBase2 : ISyncChangeBatchBase

Members

ISyncChangeBatchBase2 method

Description

ISyncChangeBatchBase2::SerializeWithOptions

Serializes the change batch object data to a byte array based on the specified version and serialization options.

Remarks

An ISyncChangeBatchBase2 object can be obtained by passing IID_ISyncChangeBatchBase2 to the QueryInterface method of an ISyncChangeBatchBase object.

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components