SyncKnowledge::Contains Method (ChangeUnitChange)
Indicates whether the specified change unit change is known by this knowledge.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Parameters
- changeUnitChange
- Type: Microsoft.Synchronization::ChangeUnitChange
The change unit change to look up.
| Exception | Condition |
|---|---|
| ArgumentNullException | changeUnitChange is a nullptr or its ParentChange or ChangeUnitVersion property is a nullptr. |
| InvalidOperationException | This SyncKnowledge object is not initialized. |
Show: