PeerDataApplyAction Enumeration

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Specifies the options for processing a row when the row cannot be applied during synchronization.

Namespace: Microsoft.Synchronization.Data.Peer
Assembly: Microsoft.Synchronization.Data.Peer (in microsoft.synchronization.data.peer.dll)

Syntax

'Declaration
Public Enumeration PeerDataApplyAction
'Usage
Dim instance As PeerDataApplyAction
public enum PeerDataApplyAction
public enum class PeerDataApplyAction
public enum PeerDataApplyAction
public enum PeerDataApplyAction

Members

  Member name Description
Continue Continue to process, and add the row to the list of conflicts that are defined in PeerDataSyncConflict. This is the default behavior. 
RetryApplyingRow Try to apply the row one more time. 
RetryNextSync Store the row as an exception, and try to apply the row during the next synchronization session. 
RetryWithForceWrite Force the row to be applied by using logic that is included in synchronization adapter commands. 

See Also

Reference

Microsoft.Synchronization.Data.Peer Namespace