ISyncFullEnumerationChange Interface

Represents additional information about an ISyncChange object during recovery synchronization.


interface ISyncFullEnumerationChange : IUnknown

ISyncFullEnumerationChange method

Description

ISyncFullEnumerationChange::GetLearnedKnowledgeAfterRecoveryComplete

Gets the knowledge that the destination replica will learn after it applies this change during recovery synchronization.

ISyncFullEnumerationChange::GetLearnedForgottenKnowledge

Gets the forgotten knowledge that the destination replica learns when the destination provider applies this change during recovery synchronization.

To obtain an ISyncFullEnumerationChange object, pass IID_ISyncFullEnumerationChange to the QueryInterface method of an ISyncChange object during recovery synchronization.

Header: Synchronization.h

Show: