Displays a synchronization progress monitoring dialog.
' Visual Basic
Public Class SyncProgressDialog
Inherits Form, SyncProgressListener
// C#
public class SyncProgressDialog :
Form,
SyncProgressListener
This dialog must be used as a modal, single use dialog. When the application calls the dialog's ShowDialog method method to display the dialog, it blocks the rest of the application until synchronization has completed or the user has clicked the Cancel button.
Note: Methods documented as being "called during synchronization" must not access any connections, schemas, or tables.
SyncProgressDialog members
SyncProgressDialog constructor
SQLCode property
Dispose method
GetErrorMessage method
GetMessage method
GetString method
OnClosing method
ResetValues method
ShowDialog method
ShowDialog method
SyncProgressed method
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.