Share via


SyncOrchestrator.SessionProgress Evento

Se produce periódicamente durante la sesión de sincronización para informar del progreso.

Espacio de nombres: Microsoft.Synchronization
Ensamblado: Microsoft.Synchronization (en microsoft.synchronization.dll)

Sintaxis

'Declaración
Public Event SessionProgress As EventHandler(Of SyncStagedProgressEventArgs)
'Uso
Dim instance As SyncOrchestrator
Dim handler As EventHandler(Of SyncStagedProgressEventArgs)

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

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

Notas

El control de tiempo exacto de este evento y de los datos que envía depende del tipo de proveedores que se utilizan. Para obtener más información, vea Notificar el progreso de la sincronización.

Vea también

Referencia

SyncOrchestrator Clase
SyncOrchestrator Miembros
Microsoft.Synchronization Espacio de nombres