Share via


ISyncChangeBatchWithPrerequisite::GetLearnedForgottenKnowledge

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

HRESULT GetLearnedForgottenKnowledge(
  IForgottenKnowledge ** ppLearnedForgottenKnowledge);

Parameters

Term

Definition

ppLearnedForgottenKnowledge

[out] Returns the forgotten knowledge that the destination replica learns when the destination provider applies all the changes in this change batch during recovery synchronization.

Return Value

Remarks

The knowledge returned in ppLearnedForgottenKnowledge is the source forgotten knowledge of the change batch projected onto the range contained in the change batch.

See Also

Reference

ISyncChangeBatchWithPrerequisite Interface