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

Top

Public Properties

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

Top

Protected Methods

  Name Description
Bb734433.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
Bb734433.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

SyncConflictResolver Class
Microsoft.Synchronization.Data Namespace