OnSessionProgress méthode
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
)
abstract OnSessionProgress :
value:SessionProgressEventArgs -> unit
override OnSessionProgress :
value:SessionProgressEventArgs -> unit
protected function OnSessionProgress(
value : SessionProgressEventArgs
)
Paramètres
- value
Type : Microsoft.Synchronization. . :: . .SessionProgressEventArgs
Objet SessionProgressEventArgs qui contient les données d'événement.