ChangeBatchBase::LearnedKnowledge Property
Gets the knowledge that the destination replica learns when the destination provider applies all the changes in this change batch.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
| Exception | Condition |
|---|---|
| ObjectDisposedException | This ChangeBatchBase has been disposed. |
| ChangeBatchNeedsKnowledgeException | A group was begun but not ended on this ChangeBatchBase. |
This knowledge is valid only when the current knowledge of the destination replica contains the prerequisite knowledge of the change batch. The prerequisite knowledge can be obtained by using PrerequisiteKnowledge.
LearnedKnowledge can be used by a provider that uses a custom change applier.
Show: