ChangeApplicationContext::GetChangeUnitChangeSaveAction Method
Gets the action a destination provider must take to save a change unit.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
public:
SaveChangeAction GetChangeUnitChangeSaveAction(
ChangeUnitChange^ changeUnitChange
)
Parameters
- changeUnitChange
- Type: Microsoft.Synchronization::ChangeUnitChange
The change unit to look up.
Return Value
Type: Microsoft.Synchronization::SaveChangeActionThe action a destination provider must take to save changeUnitChange.
| Exception | Condition |
|---|---|
| SyncInvalidOperationException | ChangeApplicationAction is set to a value other than SaveChangeWithChangeUnits, or the change does not contain change units. |
Show: