Evento SyncAgent.SessionProgress
Ocorre durante a sincronização: após a leitura dos metadados no cliente, após a gravação dos metadados, após o download das alterações e após o upload das alterações.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization.Data (em microsoft.synchronization.data.dll)
Sintaxe
'Declaração
Public Event SessionProgress As EventHandler(Of SessionProgressEventArgs)
'Uso
Dim instance As SyncAgent
Dim handler As EventHandler(Of SessionProgressEventArgs)
AddHandler instance.SessionProgress, handler
public event EventHandler<SessionProgressEventArgs> SessionProgress
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.
Consulte também
Referência
Classe SyncAgent
Membros SyncAgent
Namespace Microsoft.Synchronization