ItemChange::LearnedKnowledge Property
Gets the knowledge that a replica will learn when this change is applied to its item store.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | LearnedKnowledge is in an invalid state. See Remarks. |
This knowledge is valid only when the current knowledge of the destination replica contains the prerequisite knowledge of the change batch that contains this change. The prerequisite knowledge of the change batch can be obtained by using PrerequisiteKnowledge.
This knowledge is only meaningful when the ItemChange object represents a change from the source provider.
Show: