ISyncChangeWithPrerequisite Interface

Represents metadata about a change that is based on the prerequisite knowledge that is associated with the change.

Syntax

interface ISyncChangeWithPrerequisite : IUnknown

Members

ISyncChangeWithPrerequisite method

Description

ISyncChangeWithPrerequisite::GetPrerequisiteKnowledge

Gets the minimum knowledge that a destination provider is required to have to process this change.

ISyncChangeWithPrerequisite::GetLearnedKnowledgeWithPrerequisite

Gets the knowledge that the destination replica learns when the destination provider applies this change, based on the prerequisite knowledge that is associated with the change.

Remarks

An ISyncChangeWithPrerequisite object can be obtained by passing IID_ ISyncChangeWithPrerequisite to the QueryInterface method of an ISyncChange object.

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components