Événement SyncProgress
Se produit pendant la sélection et l'application des modifications pour un groupe de synchronisation sur le serveur.
Espace de noms : Microsoft.Synchronization.Data.Server
Assembly : Microsoft.Synchronization.Data.Server (dans Microsoft.Synchronization.Data.Server.dll)
Syntaxe
'Déclaration
Public Event SyncProgress As EventHandler(Of SyncProgressEventArgs)
'Utilisation
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);
}
member SyncProgress : IEvent<EventHandler<SyncProgressEventArgs>,
SyncProgressEventArgs>