ChangeApplicationAction Enumeration

Represents the action a destination provider must take to apply a change.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

'Declaration
Public Enumeration ChangeApplicationAction
'Usage
Dim instance As ChangeApplicationAction
public enum ChangeApplicationAction
public enum class ChangeApplicationAction
type ChangeApplicationAction
public enum ChangeApplicationAction

Members

Member name Description
SaveChange Save the change to the destination replica. Get ItemChangeSaveAction to retrieve the save change action.
SaveChangeWithChangeUnits Save the change with change units to the destination replica. Call GetChangeUnitChangeSaveAction to retrieve the save change action.
SaveConflict Save the conflict to the conflict log of the destination replica.
SetConflictWinnerInformation Set the conflict winner information on this change by calling SetConflictWinnerInformation.
Finished Change application has completed for this change. Take no action.

Remarks

This enumeration is part of the change application service of Sync Framework, which is used when a provider requires greater flexibility than that allowed by the standard change applier provided by Sync Framework.

The members of this enumeration are contained in the ChangeApplicationAction property of the ChangeApplicationContext object to indicate how a destination provider must apply a change to the destination replica.

See Also

Reference

Microsoft.Synchronization Namespace