ISyncChangeWithPrerequisite Interface

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


interface ISyncChangeWithPrerequisite : IUnknown

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.

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

Header: Synchronization.h

Show: