SyncConflictResolver Members
Represents the actions to take when any conflicts occur during synchronization.
The following tables list the members exposed by the SyncConflictResolver type.
Public Constructors
Name | Description | |
---|---|---|
SyncConflictResolver | Initializes a new instance of the SyncConflictResolver class. |
Top
Public Properties
Name | Description | |
---|---|---|
ClientDeleteServerUpdateAction | Gets or sets a ResolveAction enumeration value that specifies the action to take when a ClientDeleteServerUpdate conflict occurs. | |
ClientInsertServerInsertAction | Gets or sets a ResolveAction enumeration value that specifies the action to take when a ClientInsertServerInsert conflict occurs. | |
ClientUpdateServerDeleteAction | Gets or sets a ResolveAction enumeration value that specifies the action to take when a ClientUpdateServerDelete conflict occurs. | |
ClientUpdateServerUpdateAction | Gets or sets a ResolveAction enumeration value that specifies the action to take when a ClientUpdateServerUpdate conflict occurs. | |
StoreErrorAction | Gets or sets a ResolveAction enumeration value that specifies the action to take when an error occurs in the client or server data store. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
SyncConflictResolver Class
Microsoft.Synchronization.Data Namespace