Événement SyncOrchestrator.SessionProgress
Se produit régulièrement pendant la session de synchronisation pour signaler la progression.
Espace de noms: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (dans microsoft.synchronization.dll)
Syntaxe
'Déclaration
Public Event SessionProgress As EventHandler(Of SyncStagedProgressEventArgs)
'Utilisation
Dim instance As SyncOrchestrator
Dim handler As EventHandler(Of SyncStagedProgressEventArgs)
AddHandler instance.SessionProgress, handler
public event EventHandler<SyncStagedProgressEventArgs> SessionProgress
public:
event EventHandler<SyncStagedProgressEventArgs^>^ SessionProgress {
void add (EventHandler<SyncStagedProgressEventArgs^>^ value);
void remove (EventHandler<SyncStagedProgressEventArgs^>^ value);
}
/** @event */
public void add_SessionProgress (EventHandler<SyncStagedProgressEventArgs> value)
/** @event */
public void remove_SessionProgress (EventHandler<SyncStagedProgressEventArgs> value)
JScript supports the use of events, but not the declaration of new ones.
Notes
Le moment exact où cet événement a lieu, ainsi que les données qu'il transmet, dépend du type de fournisseur utilisé. Pour plus d'informations, voir Indication de la progression de la synchronisation.
Voir aussi
Référence
Classe SyncOrchestrator
Membres SyncOrchestrator
Espace de noms Microsoft.Synchronization