Partager via


Événement SimpleSyncProvider.ItemConflicting

Se produit lorsque Sync Framework détecte qu'un élément en cours de traitement est impliqué dans un conflit de concurrence.

Espace de noms: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (dans microsoft.synchronization.simpleproviders.dll)

Syntaxe

'Déclaration
Public Event ItemConflicting As EventHandler(Of SimpleSyncItemConflictingEventArgs)
'Utilisation
Dim instance As SimpleSyncProvider
Dim handler As EventHandler(Of SimpleSyncItemConflictingEventArgs)

AddHandler instance.ItemConflicting, handler
public event EventHandler<SimpleSyncItemConflictingEventArgs> ItemConflicting
public:
event EventHandler<SimpleSyncItemConflictingEventArgs^>^ ItemConflicting {
    void add (EventHandler<SimpleSyncItemConflictingEventArgs^>^ value);
    void remove (EventHandler<SimpleSyncItemConflictingEventArgs^>^ value);
}
/** @event */
public void add_ItemConflicting (EventHandler<SimpleSyncItemConflictingEventArgs> value)

/** @event */
public void remove_ItemConflicting (EventHandler<SimpleSyncItemConflictingEventArgs> value)
JScript supports the use of events, but not the declaration of new ones.

Notes

Cet événement est utilisé pour les conflits de concurrence qui se produisent lorsque le même élément ou la même unité de modification est modifié(e) sur deux réplicas différents synchronisés ultérieurement. Pour plus d'informations, consultez Gestion de conflits pour les fournisseurs simples.

Voir aussi

Référence

Classe SimpleSyncProvider
Membres SimpleSyncProvider
Espace de noms Microsoft.Synchronization.SimpleProviders