DbServerSyncProvider.SyncProgress Event
Occurs during the selection and application of changes for a synchronization group at the server.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in microsoft.synchronization.data.server.dll)
Syntax
'Declaration
Public Event SyncProgress As EventHandler(Of SyncProgressEventArgs)
public event EventHandler<SyncProgressEventArgs> SyncProgress
public:
event EventHandler<SyncProgressEventArgs^>^ SyncProgress {
void add (EventHandler<SyncProgressEventArgs^>^ value);
void remove (EventHandler<SyncProgressEventArgs^>^ value);
}
/** @event */
public void add_SyncProgress (EventHandler<SyncProgressEventArgs> value)
/** @event */
public void remove_SyncProgress (EventHandler<SyncProgressEventArgs> value)
JScript supports the use of events, but not the declaration of new ones.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
DbServerSyncProvider Class
DbServerSyncProvider Members
Microsoft.Synchronization.Data.Server Namespace