Méthode SyncAgent.OnSessionProgress
Déclenche l'événement SessionProgress.
Espace de noms: Microsoft.Synchronization
Assembly: Microsoft.Synchronization.Data (dans microsoft.synchronization.data.dll)
Syntaxe
'Déclaration
Protected Overridable Sub OnSessionProgress ( _
value As SessionProgressEventArgs _
)
'Utilisation
Dim value As SessionProgressEventArgs
Me.OnSessionProgress(value)
protected virtual void OnSessionProgress (
SessionProgressEventArgs value
)
protected:
virtual void OnSessionProgress (
SessionProgressEventArgs^ value
)
protected void OnSessionProgress (
SessionProgressEventArgs value
)
protected function OnSessionProgress (
value : SessionProgressEventArgs
)
Paramètres
- value
Objet SessionProgressEventArgs qui contient les données d'événement.
Voir aussi
Référence
Classe SyncAgent
Membres SyncAgent
Espace de noms Microsoft.Synchronization