ISyncChange Interface

Represents a change to an item.

interface ISyncChange : IUnknown

Members

ISyncChange methods Description

ISyncChange::GetOwnerReplicaId

Gets the ID of the replica that originated this change.

ISyncChange::GetRootItemId

Gets the ID of the changed item.

ISyncChange::GetChangeVersion

Gets the version that is associated with this change.

ISyncChange::GetCreationVersion

Gets the creation version of the changed item.

ISyncChange::GetFlags

Gets flags that are associated with this change.

ISyncChange::GetWorkEstimate

Gets the work estimate for this change.

ISyncChange::GetChangeUnits

Gets an object that can enumerate change units that are contained in this change.

ISyncChange::GetMadeWithKnowledge

Gets the made-with knowledge for this change.

ISyncChange::GetLearnedKnowledge

Gets the knowledge that a replica will learn when this change is applied to its item store.

ISyncChange::SetWorkEstimate

Sets the work estimate for this change.

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components