Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raises the SessionProgress event.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Protected Overridable Sub OnSessionProgress ( _
value As SessionProgressEventArgs _
)
'Usage
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
)
Parameters
- value
Type: Microsoft.Synchronization.SessionProgressEventArgs
A SessionProgressEventArgs object that contains event data.