ISyncFullEnumerationChange Interface

Represents additional information about an ISyncChange object during recovery synchronization.

Syntax

interface ISyncFullEnumerationChange : IUnknown

Members

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.

Remarks

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

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components