Udostępnij za pośrednictwem


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
Public method SyncConflictResolver Initializes a new instance of the SyncConflictResolver class.

Top

Public Properties

  Name Description
Public property ClientDeleteServerUpdateAction Gets or sets a ResolveAction enumeration value that specifies the action to take when a ClientDeleteServerUpdate conflict occurs.
Public property ClientInsertServerInsertAction Gets or sets a ResolveAction enumeration value that specifies the action to take when a ClientInsertServerInsert conflict occurs.
Public property ClientUpdateServerDeleteAction Gets or sets a ResolveAction enumeration value that specifies the action to take when a ClientUpdateServerDelete conflict occurs.
Public property ClientUpdateServerUpdateAction Gets or sets a ResolveAction enumeration value that specifies the action to take when a ClientUpdateServerUpdate conflict occurs.
Public property 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
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method Bb734433.static(en-us,SQL.105).gif ReferenceEquals  (Inherited from Object.)
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

SyncConflictResolver Class
Microsoft.Synchronization.Data Namespace