ChangeUnitChange Constructor
Initializes a new instance of the ChangeUnitChange class.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
public:
ChangeUnitChange(
SyncIdFormatGroup^ idFormats,
SyncId^ changeUnitId,
SyncVersion^ changeUnitVersion
)
Parameters
- idFormats
- Type: Microsoft.Synchronization::SyncIdFormatGroup
The ID format schema of the provider.
- changeUnitId
- Type: Microsoft.Synchronization::SyncId
The ID of the change unit.
- changeUnitVersion
- Type: Microsoft.Synchronization::SyncVersion
The version for the change unit change.
| Exception | Condition |
|---|---|
| ArgumentNullException | idFormats or changeUnitVersion is a nullptr. |
| SyncIdFormatMismatchException |
—or—
|
Show: