UL Ext.: Synchronize the database using the current ULConnection.SyncParms with progress events posted to the specified listener.
Visual Basic
Public Sub Synchronize( _
ByVal listener As ULSyncProgressListener _
)
C#
public void Synchronize(
ULSyncProgressListener listener
);
listener The object that receives synchronization progress events.
The last event posted to the listener will have a state of ULSyncProgressState.STATE_LAST.
Errors during synchronization will be posted as ULSyncProgressState.STATE_ERROR events and then thrown as ULExceptions.
A detailed result status will be reported in this connection's ULConnection.SyncResult.