ChangeApplicationContext::GetChangeUnitChangeSaveAction Method

Gets the action a destination provider must take to save a change unit.

Namespace:  Microsoft.Synchronization
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::SaveChangeAction
The action a destination provider must take to save changeUnitChange.

ExceptionCondition
SyncInvalidOperationException

ChangeApplicationAction is set to a value other than SaveChangeWithChangeUnits, or the change does not contain change units.

Show: