PeerDataResolveAction 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 resolving any conflicts that occur during synchronization.

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

Syntax

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

Members

  Member name Description
FireEvent Raise the ApplyChangeFailed event. 
LocalWins Overwrite the row at the remote peer with the row from the local peer. 
RemoteWins Overwrite the row at the local peer with the row from the remote peer. 

See Also

Reference

Microsoft.Synchronization.Data.Peer Namespace