SyncAgent.SessionProgress Event

Occurs during synchronization: after metadata is read at the client, after metadata is written, after changes are downloaded, and after changes are uploaded.

This event is not CLS-compliant.  

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Event SessionProgress As EventHandler(Of SessionProgressEventArgs)
'Usage
Dim instance As SyncAgent
Dim handler As EventHandler(Of SessionProgressEventArgs)

AddHandler instance.SessionProgress, handler
[CLSCompliantAttribute(false)] 
public event EventHandler<SessionProgressEventArgs> SessionProgress
[CLSCompliantAttribute(false)] 
public:
event EventHandler<SessionProgressEventArgs^>^ SessionProgress {
    void add (EventHandler<SessionProgressEventArgs^>^ value);
    void remove (EventHandler<SessionProgressEventArgs^>^ value);
}
/** @event */
public void add_SessionProgress (EventHandler<SessionProgressEventArgs> value)

/** @event */
public void remove_SessionProgress (EventHandler<SessionProgressEventArgs> value)
JScript supports the use of events, but not the declaration of new ones.

See Also

Reference

SyncAgent Class
SyncAgent Members
Microsoft.Synchronization Namespace