SaveChangeWithChangeUnitsContext::GetActionForChangeUnit Method
Gets the action to use when the specified change unit change is being saved.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
public:
SaveChangeAction GetActionForChangeUnit(
ChangeUnitChange^ changeUnitChange
)
Parameters
- changeUnitChange
- Type: Microsoft.Synchronization::ChangeUnitChange
The change unit change to be saved.
Return Value
Type: Microsoft.Synchronization::SaveChangeActionThe action to use when the specified change unit change is being saved.
| Exception | Condition |
|---|---|
| ArgumentNullException | changeUnitChange is a nullptr. |
| ArgumentException | changeUnitChange is not valid. |
Show: