Compartir a través de


DbServerSyncProvider.SyncProgress Evento

Se produce durante la selección y aplicación de los cambios en el servidor para un grupo de sincronización.

Espacio de nombres: Microsoft.Synchronization.Data.Server
Ensamblado: Microsoft.Synchronization.Data.Server (en microsoft.synchronization.data.server.dll)

Sintaxis

'Declaración
Public Event SyncProgress As EventHandler(Of SyncProgressEventArgs)
'Uso
Dim instance As DbServerSyncProvider
Dim handler As EventHandler(Of SyncProgressEventArgs)

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

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

Vea también

Referencia

DbServerSyncProvider Clase
DbServerSyncProvider Miembros
Microsoft.Synchronization.Data.Server Espacio de nombres