Synchronize(ULSyncProgressListener) method

UL Ext.: Synchronize the database using the current ULConnection.SyncParms with progress events posted to the specified listener.

Syntax
Visual Basic
Public Sub Synchronize( _
   ByVal listener As ULSyncProgressListener _
)
C#
public void Synchronize(
   ULSyncProgressListener listener
);
Parameters
  • listener   The object that receives synchronization progress events.

Remarks

Errors during synchronization will be posted as a ULSyncProgressState.STATE_ERROR event, and then thrown as a ULException.

A detailed result status will be reported in this connection's ULConnection.SyncResult.

See also