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.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
public: property ForgottenKnowledge^ LearnedForgottenKnowledge { ForgottenKnowledge^ get (); }
Property Value
Type: Microsoft.Synchronization::ForgottenKnowledgeThe forgotten knowledge that the destination replica learns when the destination provider applies all the changes in this change batch during recovery synchronization.
| Exception | Condition |
|---|---|
| ObjectDisposedException | This FullEnumerationChangeBatch object has been disposed. |
Show: