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
)
protected void OnSessionProgress (
SessionProgressEventArgs value
)
protected function OnSessionProgress (
value : SessionProgressEventArgs
)
Parameters
- value
A SessionProgressEventArgs object that contains event data.
See Also
Reference
SyncAgent Class
SyncAgent Members
Microsoft.Synchronization Namespace