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.
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.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |