ForgottenKnowledge::ForgetTo Method
Updates the forgotten knowledge to reflect that all versions less than or equal to the specified version might have been forgotten, and that corresponding tombstones might have been deleted.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Parameters
- knowledge
- Type: Microsoft.Synchronization::SyncKnowledge
The current knowledge of the replica that owns this forgotten knowledge object.
- version
- Type: Microsoft.Synchronization::SyncVersion
The version of the tombstone that has been cleaned up.
| Exception | Condition |
|---|---|
| ArgumentNullException | knowledge or version is a nullptr. |
| InvalidKnowledgeVersionException | version is less than the current minimum version. |
Show: