SaveChangeWithChangeUnitsContext::GetActionForChangeUnit Method

Gets the action to use when the specified change unit change is being saved.

Namespace:  Microsoft.Synchronization
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::SaveChangeAction
The action to use when the specified change unit change is being saved.

ExceptionCondition
ArgumentNullException

changeUnitChange is a nullptr.

ArgumentException

changeUnitChange is not valid.

Show: