Delen via


SyncAgent.OnSessionProgress Method

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

See Also

Reference

SyncAgent Class
SyncAgent Members
Microsoft.Synchronization Namespace