Compartir a través de


ItemConflicting Evento

Se produce cuando Sync Framework detecta que un elemento que se está procesando está implicado en un conflicto de simultaneidad.

Espacio de nombres:  Microsoft.Synchronization.SimpleProviders
Ensamblado:  Microsoft.Synchronization.SimpleProviders (en Microsoft.Synchronization.SimpleProviders.dll)

Sintaxis

'Declaración
Public Event ItemConflicting As EventHandler(Of SimpleSyncItemConflictingEventArgs)
'Uso
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>

Notas

Este evento se utiliza para los conflictos de simultaneidad, que se producen cuando el mismo elemento o unidad de cambio se cambia en dos réplicas distintas que después se sincronizan. Para obtener más información, vea Controlar conflictos en proveedores simples.

Vea también

Referencia

SimpleSyncProvider Clase

SimpleSyncProvider Miembros

Microsoft.Synchronization.SimpleProviders Espacio de nombres