Partager via


Événement ItemConflicting

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

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);
}
member ItemConflicting : IEvent<EventHandler<SimpleSyncItemConflictingEventArgs>,
    SimpleSyncItemConflictingEventArgs>

Notes

Cet événement est utilisé pour les conflits d'accès concurrentiel 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

SimpleSyncProvider Classe

Membres SimpleSyncProvider

Espace de noms Microsoft.Synchronization.SimpleProviders