FullEnumerationChangeBatch::LearnedForgottenKnowledge Property

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

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
property ForgottenKnowledge^ LearnedForgottenKnowledge {
	ForgottenKnowledge^ get ();
}

Property Value

Type: Microsoft.Synchronization::ForgottenKnowledge
The forgotten knowledge that the destination replica learns when the destination provider applies all the changes in this change batch during recovery synchronization.

ExceptionCondition
ObjectDisposedException

This FullEnumerationChangeBatch object has been disposed.

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

Show: